Html Css Color HEX #C5C578 Pine Glade

📋 copy color: '#C5C578'

red 197 ◦ green 197 ◦ blue 120

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

Shades of Pine Glade #C5C578

Tints of Pine Glade #C5C578

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 23.35%

R = 38.33%
G = 38.33%
B = 23.35%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.39

 K value IS 0.23

RGB Variations

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

Color information

#C5C578 (or 0xC5C578) is known color: Pine Glade. HEX triplet: C5, C5 and 78. RGB value is (197,197,120). Sum of RGB (Red+Green+Blue) = 197+197+120=514 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.33% from 514); Green value is 197 (77.34% from 255 or 38.33% from 514); Blue value is 120 (47.27% from 255 or 23.35% from 514); Max value from RGB is 197 - color contains mainly: red, green. Hex color #C5C578 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5C578 is #3A3A87. Grayscale: #BCBCBC. Windows color (decimal): -3816072 or 7914949. OLE color: 7914949.

HSL color Cylindrical-coordinate representation of color #C5C578: hue angle of 60º 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 #C5C578 is Cyan = 0, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 197 120 -
CMYK 0 0 0.39 0.23
HSL 60º 0.4% 0.62% -
HSV(B) 60º 0.39% 0.77% -
XYZ 46.38 53.16 25.59 -
YUV 188.22 89.5 134.26 -
System Red Green Blue C M Y K H S L
Decimal 197 197 120 0 0 0.39 0.23 60 0.4 0.62
Hex C5 C5 78 0 0 27 17 3C 28 3E
Octal 305 305 170 0 0 47 27 74 50 76
Binary 11000101 11000101 1111000 0 0 100111 10111 111100 101000 111110

Color Harmonies of #C5C578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5C578

Black with #C5C578

Text Example


Text Example

White with #C5C578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5C578; }

 p { color: rgb(197,197,120); }

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

background-color css

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

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

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

border-color css

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

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

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