Html Css Color HEX #C2C277 Pine Glade

📋 copy color: '#C2C277'

red 194 ◦ green 194 ◦ blue 119

#C2C277
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pine Glade #C2C277

Tints of Pine Glade #C2C277

RGB

 RED value IS 194 (76.17% from 255) = 38.26%

 GREEN value IS 194 (76.17% from 255) = 38.26%

 BLUE value IS 119 (46.88% from 255) = 23.47%

R = 38.26%
G = 38.26%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.39

 K value IS 0.24

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C2C277 (or 0xC2C277) is known color: Pine Glade. HEX triplet: C2, C2 and 77. RGB value is (194,194,119). Sum of RGB (Red+Green+Blue) = 194+194+119=507 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.26% from 507); Green value is 194 (76.17% from 255 or 38.26% from 507); Blue value is 119 (46.88% from 255 or 23.47% from 507); Max value from RGB is 194 - color contains mainly: red, green. Hex color #C2C277 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2C277 is #3D3D88. Grayscale: #B9B9B9. Windows color (decimal): -4013449 or 7848642. OLE color: 7848642.

HSL color Cylindrical-coordinate representation of color #C2C277: hue angle of 60º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C2C277 is Cyan = 0, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 194 119 -
CMYK 0 0 0.39 0.24
HSL 60º 0.38% 0.61% -
HSV(B) 60º 0.39% 0.76% -
XYZ 44.87 51.38 25.01 -
YUV 185.45 90.5 134.1 -
System Red Green Blue C M Y K H S L
Decimal 194 194 119 0 0 0.39 0.24 60 0.38 0.61
Hex C2 C2 77 0 0 27 18 3C 26 3D
Octal 302 302 167 0 0 47 30 74 46 75
Binary 11000010 11000010 1110111 0 0 100111 11000 111100 100110 111101

Color Harmonies of #C2C277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C277

Black with #C2C277

Text Example


Text Example

White with #C2C277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C277; }

 p { color: rgb(194,194,119); }

 H1.HeaderClassName
 {
   color: #C2C277;
 }
 .AnyTagClassName
 {
   color: #C2C277;
 }
</style>

background-color css

<style>
 a { background-color: #C2C277; }

 a { background-color: rgb(194,194,119); }

 div.DivClassName
 {
   background-color: #C2C277;
 }
 .BgClassName
 {
   background-color: #C2C277;
 }
</style>

border-color css

<style>
 span { border-color: #C2C277; }

 span { border-color: rgb(194,194,119); }

 td.TdClassName
 {
   border-color: #C2C277;
 }
 .TagClassName
 {
   border-color: #C2C277;
 }
</style>