#CBC993

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

Shades of Green Mist #CBC993

Tints of Green Mist #CBC993

Color information

#CBC993 (or 0xCBC993) is unknown color: approx Green Mist. HEX triplet: CB, C9 and 93. RGB value is (203,201,147). Sum of RGB (Red+Green+Blue) = 203+201+147=551 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.84% from 551); Green value is 201 (78.91% from 255 or 36.48% from 551); Blue value is 147 (57.81% from 255 or 26.68% from 551); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC993 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC993 is #34366C. Grayscale: #C3C3C3. Windows color (decimal): -3421805 or 9685451. OLE color: 9685451.

HSL color Cylindrical-coordinate representation of color #CBC993: hue angle of 57.86º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CBC993 is Cyan = 0, Magento = 0.01, Yellow = 0.28 and Black (K on CMYK) = 0.20.

Color convert

RGB203201147-
CMYK00.010.280.20
HSL57.86º35%68.63%-
HSV(B)57.86º27.59%79.61%-
XYZ50.7856.5835.85-
YUV195.44100.66133.39-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.84%
GREEN value IS 201 (78.91% from 255) = 36.48%
BLUE value IS 147 (57.81% from 255) = 26.68%
R=36.84%
G=36.48%
B=26.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.28
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20320114700.010.280.2057.863568.63
HexCBC993011C143a2345
Octal3133112230134247243105
Binary1100101111001001100100110111100101001110101000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC993; }

 p { color: rgb(203,201,147); }

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

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

 a { background-color: rgb(203,201,147); }

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

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

 span { border-color: rgb(203,201,147); }

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