Html Css Color HEX #C5C078 Pine Glade

📋 copy color: '#C5C078'

red 197 ◦ green 192 ◦ blue 120

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

Shades of Pine Glade #C5C078

Tints of Pine Glade #C5C078

RGB

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

 GREEN value IS 192 (75.39% from 255) = 37.72%

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

R = 38.7%
G = 37.72%
B = 23.58%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.39

 K value IS 0.23

RGB Variations

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

Color information

#C5C078 (or 0xC5C078) is known color: Pine Glade. HEX triplet: C5, C0 and 78. RGB value is (197,192,120). Sum of RGB (Red+Green+Blue) = 197+192+120=509 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.70% from 509); Green value is 192 (75.39% from 255 or 37.72% from 509); Blue value is 120 (47.27% from 255 or 23.58% from 509); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C078 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5C078 is #3A3F87. Grayscale: #B9B9B9. Windows color (decimal): -3817352 or 7913669. OLE color: 7913669.

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

Color convert

RGB 197 192 120 -
CMYK 0 0.03 0.39 0.23
HSL 56.1º 0.4% 0.62% -
HSV(B) 56.1º 0.39% 0.77% -
XYZ 45.27 50.93 25.21 -
YUV 185.29 91.16 136.35 -
System Red Green Blue C M Y K H S L
Decimal 197 192 120 0 0.03 0.39 0.23 56.1 0.4 0.62
Hex C5 C0 78 0 3 27 17 38 28 3E
Octal 305 300 170 0 3 47 27 70 50 76
Binary 11000101 11000000 1111000 0 11 100111 10111 111000 101000 111110

Color Harmonies of #C5C078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5C078

Black with #C5C078

Text Example


Text Example

White with #C5C078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5C078; }

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

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

background-color css

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

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

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

border-color css

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

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

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