Html Css Color HEX #C4C775 Pine Glade

📋 copy color: '#C4C775'

red 196 ◦ green 199 ◦ blue 117

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

Shades of Pine Glade #C4C775

Tints of Pine Glade #C4C775

RGB

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

 GREEN value IS 199 (78.13% from 255) = 38.87%

 BLUE value IS 117 (46.09% from 255) = 22.85%

R = 38.28%
G = 38.87%
B = 22.85%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.41

 K value IS 0.22

RGB Variations

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

Color information

#C4C775 (or 0xC4C775) is known color: Pine Glade. HEX triplet: C4, C7 and 75. RGB value is (196,199,117). Sum of RGB (Red+Green+Blue) = 196+199+117=512 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.28% from 512); Green value is 199 (78.12% from 255 or 38.87% from 512); Blue value is 117 (46.09% from 255 or 22.85% from 512); Max value from RGB is 199 - color contains mainly: green. Hex color #C4C775 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4C775 is #3B388A. Grayscale: #BDBDBD. Windows color (decimal): -3881099 or 7718852. OLE color: 7718852.

HSL color Cylindrical-coordinate representation of color #C4C775: hue angle of 62.2º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C4C775 is Cyan = 0.02, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.22.

Color convert

RGB 196 199 117 -
CMYK 0.02 0 0.41 0.22
HSL 62.2º 0.42% 0.62% -
HSV(B) 62.2º 0.41% 0.78% -
XYZ 46.4 53.87 24.78 -
YUV 188.76 87.51 133.17 -
System Red Green Blue C M Y K H S L
Decimal 196 199 117 0.02 0 0.41 0.22 62.2 0.42 0.62
Hex C4 C7 75 2 0 29 16 3E 2A 3E
Octal 304 307 165 2 0 51 26 76 52 76
Binary 11000100 11000111 1110101 10 0 101001 10110 111110 101010 111110

Color Harmonies of #C4C775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4C775

Black with #C4C775

Text Example


Text Example

White with #C4C775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4C775; }

 p { color: rgb(196,199,117); }

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

background-color css

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

 a { background-color: rgb(196,199,117); }

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

border-color css

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

 span { border-color: rgb(196,199,117); }

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