Html Css Color HEX #C5C378 Pine Glade

📋 copy color: '#C5C378'

red 197 ◦ green 195 ◦ blue 120

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

Shades of Pine Glade #C5C378

Tints of Pine Glade #C5C378

RGB

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

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

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

R = 38.48%
G = 38.09%
B = 23.44%

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

#C5C378 (or 0xC5C378) is known color: Pine Glade. HEX triplet: C5, C3 and 78. RGB value is (197,195,120). Sum of RGB (Red+Green+Blue) = 197+195+120=512 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.48% from 512); Green value is 195 (76.56% from 255 or 38.09% from 512); Blue value is 120 (47.27% from 255 or 23.44% from 512); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C378 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5C378 is #3A3C87. Grayscale: #BBBBBB. Windows color (decimal): -3816584 or 7914437. OLE color: 7914437.

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

Color convert

RGB 197 195 120 -
CMYK 0 0.01 0.39 0.23
HSL 58.44º 0.4% 0.62% -
HSV(B) 58.44º 0.39% 0.77% -
XYZ 45.93 52.26 25.44 -
YUV 187.05 90.16 135.1 -
System Red Green Blue C M Y K H S L
Decimal 197 195 120 0 0.01 0.39 0.23 58.44 0.4 0.62
Hex C5 C3 78 0 1 27 17 3A 28 3E
Octal 305 303 170 0 1 47 27 72 50 76
Binary 11000101 11000011 1111000 0 1 100111 10111 111010 101000 111110

Color Harmonies of #C5C378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5C378

Black with #C5C378

Text Example


Text Example

White with #C5C378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5C378; }

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

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

background-color css

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

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

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

border-color css

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

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

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