Html Css Color HEX #C4C973 Pine Glade

📋 copy color: '#C4C973'

red 196 ◦ green 201 ◦ blue 115

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

Shades of Pine Glade #C4C973

Tints of Pine Glade #C4C973

RGB

 RED value IS 196 (76.95% from 255) = 38.28%

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

 BLUE value IS 115 (45.31% from 255) = 22.46%

R = 38.28%
G = 39.26%
B = 22.46%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.43

 K value IS 0.21

RGB Variations

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

Color information

#C4C973 (or 0xC4C973) is known color: Pine Glade. HEX triplet: C4, C9 and 73. RGB value is (196,201,115). Sum of RGB (Red+Green+Blue) = 196+201+115=512 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.28% from 512); Green value is 201 (78.91% from 255 or 39.26% from 512); Blue value is 115 (45.31% from 255 or 22.46% from 512); Max value from RGB is 201 - color contains mainly: green. Hex color #C4C973 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4C973 is #3B368C. Grayscale: #BEBEBE. Windows color (decimal): -3880589 or 7588292. OLE color: 7588292.

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

Color convert

RGB 196 201 115 -
CMYK 0.02 0 0.43 0.21
HSL 63.49º 0.44% 0.62% -
HSV(B) 63.49º 0.43% 0.79% -
XYZ 46.75 54.75 24.32 -
YUV 189.7 85.84 132.49 -
System Red Green Blue C M Y K H S L
Decimal 196 201 115 0.02 0 0.43 0.21 63.49 0.44 0.62
Hex C4 C9 73 2 0 2B 15 3F 2C 3E
Octal 304 311 163 2 0 53 25 77 54 76
Binary 11000100 11001001 1110011 10 0 101011 10101 111111 101100 111110

Color Harmonies of #C4C973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4C973

Black with #C4C973

Text Example


Text Example

White with #C4C973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4C973; }

 p { color: rgb(196,201,115); }

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

background-color css

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

 a { background-color: rgb(196,201,115); }

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

border-color css

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

 span { border-color: rgb(196,201,115); }

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