#C2BE84

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

Shades of Pine Glade #C2BE84

Tints of Pine Glade #C2BE84

Color information

#C2BE84 (or 0xC2BE84) is unknown color: approx Pine Glade. HEX triplet: C2, BE and 84. RGB value is (194,190,132). Sum of RGB (Red+Green+Blue) = 194+190+132=516 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.60% from 516); Green value is 190 (74.61% from 255 or 36.82% from 516); Blue value is 132 (51.95% from 255 or 25.58% from 516); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BE84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BE84 is #3D417B. Grayscale: #B8B8B8. Windows color (decimal): -4014460 or 8699586. OLE color: 8699586.

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

Color convert

RGB194190132-
CMYK00.020.320.24
HSL56.13º33.7%63.92%-
HSV(B)56.13º31.96%76.08%-
XYZ44.8349.9629.11-
YUV184.5898.33134.72-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.60%
GREEN value IS 190 (74.61% from 255) = 36.82%
BLUE value IS 132 (51.95% from 255) = 25.58%
R=37.60%
G=36.82%
B=25.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.32
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19419013200.020.320.2456.1333.763.92
HexC2BE84022018382240
Octal3022762040240307042100
Binary110000101011111010000100010100000110001110001000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BE84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BE84; }

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

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

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

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

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

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

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

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