Html Css Color HEX #C5C377 Pine Glade

📋 copy color: '#C5C377'

red 197 ◦ green 195 ◦ blue 119

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

Shades of Pine Glade #C5C377

Tints of Pine Glade #C5C377

RGB

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

 GREEN value IS 195 (76.56% from 255) = 38.16%

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

R = 38.55%
G = 38.16%
B = 23.29%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.40

 K value IS 0.23

RGB Variations

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

Color information

#C5C377 (or 0xC5C377) is known color: Pine Glade. HEX triplet: C5, C3 and 77. RGB value is (197,195,119). Sum of RGB (Red+Green+Blue) = 197+195+119=511 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.55% from 511); Green value is 195 (76.56% from 255 or 38.16% from 511); Blue value is 119 (46.88% from 255 or 23.29% from 511); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C377 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5C377 is #3A3C88. Grayscale: #BBBBBB. Windows color (decimal): -3816585 or 7848901. OLE color: 7848901.

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

Color convert

RGB 197 195 119 -
CMYK 0 0.01 0.40 0.23
HSL 58.46º 0.4% 0.62% -
HSV(B) 58.46º 0.4% 0.77% -
XYZ 45.87 52.23 25.12 -
YUV 186.93 89.66 135.18 -
System Red Green Blue C M Y K H S L
Decimal 197 195 119 0 0.01 0.40 0.23 58.46 0.4 0.62
Hex C5 C3 77 0 1 28 17 3A 28 3E
Octal 305 303 167 0 1 50 27 72 50 76
Binary 11000101 11000011 1110111 0 1 101000 10111 111010 101000 111110

Color Harmonies of #C5C377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5C377

Black with #C5C377

Text Example


Text Example

White with #C5C377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5C377; }

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

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

background-color css

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

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

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

border-color css

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

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

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