Html Css Color HEX #C4C771 Pine Glade

📋 copy color: '#C4C771'

red 196 ◦ green 199 ◦ blue 113

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

Shades of Pine Glade #C4C771

Tints of Pine Glade #C4C771

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 22.24%

R = 38.58%
G = 39.17%
B = 22.24%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.43

 K value IS 0.22

RGB Variations

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

Color information

#C4C771 (or 0xC4C771) is known color: Pine Glade. HEX triplet: C4, C7 and 71. RGB value is (196,199,113). Sum of RGB (Red+Green+Blue) = 196+199+113=508 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.58% from 508); Green value is 199 (78.12% from 255 or 39.17% from 508); Blue value is 113 (44.53% from 255 or 22.24% from 508); Max value from RGB is 199 - color contains mainly: green. Hex color #C4C771 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4C771 is #3B388E. Grayscale: #BCBCBC. Windows color (decimal): -3881103 or 7456708. OLE color: 7456708.

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

Color convert

RGB 196 199 113 -
CMYK 0.02 0 0.43 0.22
HSL 62.09º 0.43% 0.61% -
HSV(B) 62.09º 0.43% 0.78% -
XYZ 46.17 53.77 23.57 -
YUV 188.3 85.51 133.49 -
System Red Green Blue C M Y K H S L
Decimal 196 199 113 0.02 0 0.43 0.22 62.09 0.43 0.61
Hex C4 C7 71 2 0 2B 16 3E 2B 3D
Octal 304 307 161 2 0 53 26 76 53 75
Binary 11000100 11000111 1110001 10 0 101011 10110 111110 101011 111101

Color Harmonies of #C4C771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4C771

Black with #C4C771

Text Example


Text Example

White with #C4C771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4C771; }

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

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

background-color css

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

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

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

border-color css

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

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

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