Html Css Color HEX #C5C977 Pine Glade

📋 copy color: '#C5C977'

red 197 ◦ green 201 ◦ blue 119

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

Shades of Pine Glade #C5C977

Tints of Pine Glade #C5C977

RGB

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

 GREEN value IS 201 (78.91% from 255) = 38.88%

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

R = 38.1%
G = 38.88%
B = 23.02%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.41

 K value IS 0.21

RGB Variations

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

Color information

#C5C977 (or 0xC5C977) is known color: Pine Glade. HEX triplet: C5, C9 and 77. RGB value is (197,201,119). Sum of RGB (Red+Green+Blue) = 197+201+119=517 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.10% from 517); Green value is 201 (78.91% from 255 or 38.88% from 517); Blue value is 119 (46.88% from 255 or 23.02% from 517); Max value from RGB is 201 - color contains mainly: green. Hex color #C5C977 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5C977 is #3A3688. Grayscale: #BEBEBE. Windows color (decimal): -3815049 or 7850437. OLE color: 7850437.

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

Color convert

RGB 197 201 119 -
CMYK 0.02 0 0.41 0.21
HSL 62.93º 0.43% 0.63% -
HSV(B) 62.93º 0.41% 0.79% -
XYZ 47.24 54.98 25.57 -
YUV 190.46 87.67 132.67 -
System Red Green Blue C M Y K H S L
Decimal 197 201 119 0.02 0 0.41 0.21 62.93 0.43 0.63
Hex C5 C9 77 2 0 29 15 3F 2B 3F
Octal 305 311 167 2 0 51 25 77 53 77
Binary 11000101 11001001 1110111 10 0 101001 10101 111111 101011 111111

Color Harmonies of #C5C977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5C977

Black with #C5C977

Text Example


Text Example

White with #C5C977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5C977; }

 p { color: rgb(197,201,119); }

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

background-color css

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

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

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

border-color css

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

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

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