#C2BF85

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

Shades of Pine Glade #C2BF85

Tints of Pine Glade #C2BF85

Color information

#C2BF85 (or 0xC2BF85) is unknown color: approx Pine Glade. HEX triplet: C2, BF and 85. RGB value is (194,191,133). Sum of RGB (Red+Green+Blue) = 194+191+133=518 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.45% from 518); Green value is 191 (75% from 255 or 36.87% from 518); Blue value is 133 (52.34% from 255 or 25.68% from 518); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BF85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BF85 is #3D407A. Grayscale: #B9B9B9. Windows color (decimal): -4014203 or 8765378. OLE color: 8765378.

HSL color Cylindrical-coordinate representation of color #C2BF85: hue angle of 57.05º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C2BF85 is Cyan = 0, Magento = 0.02, Yellow = 0.31 and Black (K on CMYK) = 0.24.

Color convert

RGB194191133-
CMYK00.020.310.24
HSL57.05º33.33%64.12%-
HSV(B)57.05º31.44%76.08%-
XYZ45.1150.4229.55-
YUV185.2898.49134.22-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.45%
GREEN value IS 191 (75% from 255) = 36.87%
BLUE value IS 133 (52.34% from 255) = 25.68%
R=37.45%
G=36.87%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.31
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19419113300.020.310.2457.0533.3364.12
HexC2BF85021F18392140
Octal3022772050237307141100
Binary11000010101111111000010101011111110001110011000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BF85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BF85; }

 p { color: rgb(194,191,133); }

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

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

 a { background-color: rgb(194,191,133); }

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

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

 span { border-color: rgb(194,191,133); }

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