Html Css Color HEX #C5C379 Pine Glade

📋 copy color: '#C5C379'

red 197 ◦ green 195 ◦ blue 121

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

Shades of Pine Glade #C5C379

Tints of Pine Glade #C5C379

RGB

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

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

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

R = 38.4%
G = 38.01%
B = 23.59%

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

#C5C379 (or 0xC5C379) is known color: Pine Glade. HEX triplet: C5, C3 and 79. RGB value is (197,195,121). Sum of RGB (Red+Green+Blue) = 197+195+121=513 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.40% from 513); Green value is 195 (76.56% from 255 or 38.01% from 513); Blue value is 121 (47.66% from 255 or 23.59% from 513); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C379 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5C379 is #3A3C86. Grayscale: #BBBBBB. Windows color (decimal): -3816583 or 7979973. OLE color: 7979973.

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

Color convert

RGB 197 195 121 -
CMYK 0 0.01 0.39 0.23
HSL 58.42º 0.4% 0.62% -
HSV(B) 58.42º 0.39% 0.77% -
XYZ 45.99 52.28 25.76 -
YUV 187.16 90.66 135.02 -
System Red Green Blue C M Y K H S L
Decimal 197 195 121 0 0.01 0.39 0.23 58.42 0.4 0.62
Hex C5 C3 79 0 1 27 17 3A 28 3E
Octal 305 303 171 0 1 47 27 72 50 76
Binary 11000101 11000011 1111001 0 1 100111 10111 111010 101000 111110

Color Harmonies of #C5C379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5C379

Black with #C5C379

Text Example


Text Example

White with #C5C379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5C379; }

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

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

background-color css

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

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

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

border-color css

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

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

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