Html Css Color HEX #C5C479 Pine Glade

📋 copy color: '#C5C479'

red 197 ◦ green 196 ◦ blue 121

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

Shades of Pine Glade #C5C479

Tints of Pine Glade #C5C479

RGB

 RED value IS 197 (77.34% from 255) = 38.33%

 GREEN value IS 196 (76.95% from 255) = 38.13%

 BLUE value IS 121 (47.66% from 255) = 23.54%

R = 38.33%
G = 38.13%
B = 23.54%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.39

 K value IS 0.23

RGB Variations

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

Color information

#C5C479 (or 0xC5C479) is known color: Pine Glade. HEX triplet: C5, C4 and 79. RGB value is (197,196,121). Sum of RGB (Red+Green+Blue) = 197+196+121=514 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.33% from 514); Green value is 196 (76.95% from 255 or 38.13% from 514); Blue value is 121 (47.66% from 255 or 23.54% from 514); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C479 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5C479 is #3A3B86. Grayscale: #BCBCBC. Windows color (decimal): -3816327 or 7980229. OLE color: 7980229.

HSL color Cylindrical-coordinate representation of color #C5C479: hue angle of 59.21º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C5C479 is Cyan = 0, Magento = 0.01, Yellow = 0.39 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 196 121 -
CMYK 0 0.01 0.39 0.23
HSL 59.21º 0.4% 0.62% -
HSV(B) 59.21º 0.39% 0.77% -
XYZ 46.22 52.73 25.83 -
YUV 187.75 90.33 134.6 -
System Red Green Blue C M Y K H S L
Decimal 197 196 121 0 0.01 0.39 0.23 59.21 0.4 0.62
Hex C5 C4 79 0 1 27 17 3B 28 3E
Octal 305 304 171 0 1 47 27 73 50 76
Binary 11000101 11000100 1111001 0 1 100111 10111 111011 101000 111110

Color Harmonies of #C5C479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5C479

Black with #C5C479

Text Example


Text Example

White with #C5C479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5C479; }

 p { color: rgb(197,196,121); }

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

background-color css

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

 a { background-color: rgb(197,196,121); }

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

border-color css

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

 span { border-color: rgb(197,196,121); }

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