#C4BE7D

Color #C4BE7D Pine Glade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Glade #C4BE7D

Tints of Pine Glade #C4BE7D

Color information

#C4BE7D (or 0xC4BE7D) is unknown color: approx Pine Glade. HEX triplet: C4, BE and 7D. RGB value is (196,190,125). Sum of RGB (Red+Green+Blue) = 196+190+125=511 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.36% from 511); Green value is 190 (74.61% from 255 or 37.18% from 511); Blue value is 125 (49.22% from 255 or 24.46% from 511); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BE7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4BE7D is #3B4182. Grayscale: #B8B8B8. Windows color (decimal): -3883395 or 8240836. OLE color: 8240836.

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

Color convert

RGB196190125-
CMYK00.030.360.23
HSL54.93º37.57%62.94%-
HSV(B)54.93º36.22%76.86%-
XYZ44.8850.0426.7-
YUV184.3894.49136.29-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.36%
GREEN value IS 190 (74.61% from 255) = 37.18%
BLUE value IS 125 (49.22% from 255) = 24.46%
R=38.36%
G=37.18%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.36
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19619012500.030.360.2354.9337.5762.94
HexC4BE7D03241737263f
Octal304276175034427674677
Binary1100010010111110111110101110010010111110111100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BE7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BE7D; }

 p { color: rgb(196,190,125); }

 H1.HeaderClassName
 {
   color: #C4BE7D;
 }
 .AnyTagClassName
 {
   color: #C4BE7D;
 }
</style>
background-color css

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

 a { background-color: rgb(196,190,125); }

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

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

 span { border-color: rgb(196,190,125); }

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