Html Css Color HEX #C5C876 Pine Glade

📋 copy color: '#C5C876'

red 197 ◦ green 200 ◦ blue 118

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

Shades of Pine Glade #C5C876

Tints of Pine Glade #C5C876

RGB

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

 GREEN value IS 200 (78.52% from 255) = 38.83%

 BLUE value IS 118 (46.48% from 255) = 22.91%

R = 38.25%
G = 38.83%
B = 22.91%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.41

 K value IS 0.22

RGB Variations

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

Color information

#C5C876 (or 0xC5C876) is known color: Pine Glade. HEX triplet: C5, C8 and 76. RGB value is (197,200,118). Sum of RGB (Red+Green+Blue) = 197+200+118=515 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.25% from 515); Green value is 200 (78.52% from 255 or 38.83% from 515); Blue value is 118 (46.48% from 255 or 22.91% from 515); Max value from RGB is 200 - color contains mainly: green. Hex color #C5C876 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5C876 is #3A3789. Grayscale: #BEBEBE. Windows color (decimal): -3815306 or 7784645. OLE color: 7784645.

HSL color Cylindrical-coordinate representation of color #C5C876: hue angle of 62.2º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C5C876 is Cyan = 0.02, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.22.

Color convert

RGB 197 200 118 -
CMYK 0.02 0 0.41 0.22
HSL 62.2º 0.43% 0.62% -
HSV(B) 62.2º 0.41% 0.78% -
XYZ 46.95 54.49 25.18 -
YUV 189.76 87.51 133.17 -
System Red Green Blue C M Y K H S L
Decimal 197 200 118 0.02 0 0.41 0.22 62.2 0.43 0.62
Hex C5 C8 76 2 0 29 16 3E 2B 3E
Octal 305 310 166 2 0 51 26 76 53 76
Binary 11000101 11001000 1110110 10 0 101001 10110 111110 101011 111110

Color Harmonies of #C5C876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5C876

Black with #C5C876

Text Example


Text Example

White with #C5C876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5C876; }

 p { color: rgb(197,200,118); }

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

background-color css

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

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

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

border-color css

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

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

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