#C1BE96

Color #C1BE96 Green Mist (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Mist #C1BE96

Tints of Green Mist #C1BE96

Color information

#C1BE96 (or 0xC1BE96) is unknown color: approx Green Mist. HEX triplet: C1, BE and 96. RGB value is (193,190,150). Sum of RGB (Red+Green+Blue) = 193+190+150=533 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.21% from 533); Green value is 190 (74.61% from 255 or 35.65% from 533); Blue value is 150 (58.98% from 255 or 28.14% from 533); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BE96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1BE96 is #3E4169. Grayscale: #BABABA. Windows color (decimal): -4079978 or 9879233. OLE color: 9879233.

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

Color convert

RGB193190150-
CMYK00.020.220.24
HSL55.81º25.75%67.25%-
HSV(B)55.81º22.28%75.69%-
XYZ45.9150.3736.16-
YUV186.34107.49132.75-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.21%
GREEN value IS 190 (74.61% from 255) = 35.65%
BLUE value IS 150 (58.98% from 255) = 28.14%
R=36.21%
G=35.65%
B=28.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.22
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19319015000.020.220.2455.8125.7567.25
HexC1BE96021618381a43
Octal3012762260226307032103
Binary1100000110111110100101100101011011000111000110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BE96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BE96; }

 p { color: rgb(193,190,150); }

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

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

 a { background-color: rgb(193,190,150); }

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

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

 span { border-color: rgb(193,190,150); }

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