#C2BE7F

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

Shades of Pine Glade #C2BE7F

Tints of Pine Glade #C2BE7F

Color information

#C2BE7F (or 0xC2BE7F) is unknown color: approx Pine Glade. HEX triplet: C2, BE and 7F. RGB value is (194,190,127). Sum of RGB (Red+Green+Blue) = 194+190+127=511 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.96% from 511); Green value is 190 (74.61% from 255 or 37.18% from 511); Blue value is 127 (50% from 255 or 24.85% from 511); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BE7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2BE7F is #3D4180. Grayscale: #B8B8B8. Windows color (decimal): -4014465 or 8371906. OLE color: 8371906.

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

Color convert

RGB194190127-
CMYK00.020.350.24
HSL56.42º35.45%62.94%-
HSV(B)56.42º34.54%76.08%-
XYZ44.4949.8327.35-
YUV184.0195.83135.12-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.96%
GREEN value IS 190 (74.61% from 255) = 37.18%
BLUE value IS 127 (50% from 255) = 24.85%
R=37.96%
G=37.18%
B=24.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19419012700.020.350.2456.4235.4562.94
HexC2BE7F02231838233f
Octal302276177024330704377
Binary1100001010111110111111101010001111000111000100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BE7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BE7F; }

 p { color: rgb(194,190,127); }

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

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

 a { background-color: rgb(194,190,127); }

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

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

 span { border-color: rgb(194,190,127); }

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