#C5BF7E

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

Shades of Pine Glade #C5BF7E

Tints of Pine Glade #C5BF7E

Color information

#C5BF7E (or 0xC5BF7E) is unknown color: approx Pine Glade. HEX triplet: C5, BF and 7E. RGB value is (197,191,126). Sum of RGB (Red+Green+Blue) = 197+191+126=514 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.33% from 514); Green value is 191 (75% from 255 or 37.16% from 514); Blue value is 126 (49.61% from 255 or 24.51% from 514); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BF7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5BF7E is #3A4081. Grayscale: #B9B9B9. Windows color (decimal): -3817602 or 8306629. OLE color: 8306629.

HSL color Cylindrical-coordinate representation of color #C5BF7E: 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 #C5BF7E is Cyan = 0, Magento = 0.03, Yellow = 0.36 and Black (K on CMYK) = 0.23.

Color convert

RGB197191126-
CMYK00.030.360.23
HSL54.93º37.97%63.33%-
HSV(B)54.93º36.04%77.25%-
XYZ45.4250.6427.12-
YUV185.3894.49136.29-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.33%
GREEN value IS 191 (75% from 255) = 37.16%
BLUE value IS 126 (49.61% from 255) = 24.51%
R=38.33%
G=37.16%
B=24.51%

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
Decimal19719112600.030.360.2354.9337.9763.33
HexC5BF7E03241737263f
Octal305277176034427674677
Binary1100010110111111111111001110010010111110111100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BF7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BF7E; }

 p { color: rgb(197,191,126); }

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

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

 a { background-color: rgb(197,191,126); }

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

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

 span { border-color: rgb(197,191,126); }

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