Html Css Color HEX #C4C57F Pine Glade

📋 copy color: '#C4C57F'

red 196 ◦ green 197 ◦ blue 127

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

Shades of Pine Glade #C4C57F

Tints of Pine Glade #C4C57F

RGB

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

 GREEN value IS 197 (77.34% from 255) = 37.88%

 BLUE value IS 127 (50% from 255) = 24.42%

R = 37.69%
G = 37.88%
B = 24.42%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.36

 K value IS 0.23

RGB Variations

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

Color information

#C4C57F (or 0xC4C57F) is known color: Pine Glade. HEX triplet: C4, C5 and 7F. RGB value is (196,197,127). Sum of RGB (Red+Green+Blue) = 196+197+127=520 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.69% from 520); Green value is 197 (77.34% from 255 or 37.88% from 520); Blue value is 127 (50% from 255 or 24.42% from 520); Max value from RGB is 197 - color contains mainly: green. Hex color #C4C57F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4C57F is #3B3A80. Grayscale: #BCBCBC. Windows color (decimal): -3881601 or 8373700. OLE color: 8373700.

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

Color convert

RGB 196 197 127 -
CMYK 0.01 0 0.36 0.23
HSL 60.86º 0.38% 0.64% -
HSV(B) 60.86º 0.36% 0.77% -
XYZ 46.56 53.2 27.89 -
YUV 188.72 93.17 133.19 -
System Red Green Blue C M Y K H S L
Decimal 196 197 127 0.01 0 0.36 0.23 60.86 0.38 0.64
Hex C4 C5 7F 1 0 24 17 3D 26 40
Octal 304 305 177 1 0 44 27 75 46 100
Binary 11000100 11000101 1111111 1 0 100100 10111 111101 100110 1000000

Color Harmonies of #C4C57F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4C57F

Black with #C4C57F

Text Example


Text Example

White with #C4C57F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4C57F; }

 p { color: rgb(196,197,127); }

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

background-color css

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

 a { background-color: rgb(196,197,127); }

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

border-color css

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

 span { border-color: rgb(196,197,127); }

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