Html Css Color HEX #C4C279 Pine Glade

📋 copy color: '#C4C279'

red 196 ◦ green 194 ◦ blue 121

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

Shades of Pine Glade #C4C279

Tints of Pine Glade #C4C279

RGB

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

 GREEN value IS 194 (76.17% from 255) = 37.96%

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

R = 38.36%
G = 37.96%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.38

 K value IS 0.23

RGB Variations

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

Color information

#C4C279 (or 0xC4C279) is known color: Pine Glade. HEX triplet: C4, C2 and 79. RGB value is (196,194,121). Sum of RGB (Red+Green+Blue) = 196+194+121=511 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.36% from 511); Green value is 194 (76.17% from 255 or 37.96% from 511); Blue value is 121 (47.66% from 255 or 23.68% from 511); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C279 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4C279 is #3B3D86. Grayscale: #BABABA. Windows color (decimal): -3882375 or 7979716. OLE color: 7979716.

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

Color convert

RGB 196 194 121 -
CMYK 0 0.01 0.38 0.23
HSL 58.4º 0.39% 0.62% -
HSV(B) 58.4º 0.38% 0.77% -
XYZ 45.51 51.7 25.67 -
YUV 186.28 91.16 134.94 -
System Red Green Blue C M Y K H S L
Decimal 196 194 121 0 0.01 0.38 0.23 58.4 0.39 0.62
Hex C4 C2 79 0 1 26 17 3A 27 3E
Octal 304 302 171 0 1 46 27 72 47 76
Binary 11000100 11000010 1111001 0 1 100110 10111 111010 100111 111110

Color Harmonies of #C4C279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4C279

Black with #C4C279

Text Example


Text Example

White with #C4C279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4C279; }

 p { color: rgb(196,194,121); }

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

background-color css

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

 a { background-color: rgb(196,194,121); }

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

border-color css

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

 span { border-color: rgb(196,194,121); }

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