#CBCA9B

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

Shades of Green Mist #CBCA9B

Tints of Green Mist #CBCA9B

Color information

#CBCA9B (or 0xCBCA9B) is unknown color: approx Green Mist. HEX triplet: CB, CA and 9B. RGB value is (203,202,155). Sum of RGB (Red+Green+Blue) = 203+202+155=560 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.25% from 560); Green value is 202 (79.30% from 255 or 36.07% from 560); Blue value is 155 (60.94% from 255 or 27.68% from 560); Max value from RGB is 203 - color contains mainly: red. Hex color #CBCA9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBCA9B is #343564. Grayscale: #C5C5C5. Windows color (decimal): -3421541 or 10209995. OLE color: 10209995.

HSL color Cylindrical-coordinate representation of color #CBCA9B: hue angle of 58.75º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CBCA9B is Cyan = 0, Magento = 0.00, Yellow = 0.24 and Black (K on CMYK) = 0.20.

Color convert

RGB203202155-
CMYK00.000.240.20
HSL58.75º31.58%70.2%-
HSV(B)58.75º23.65%79.61%-
XYZ51.6757.339.35-
YUV196.94104.33132.32-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.25%
GREEN value IS 202 (79.30% from 255) = 36.07%
BLUE value IS 155 (60.94% from 255) = 27.68%
R=36.25%
G=36.07%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.24
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20320215500.000.240.2058.7531.5870.2
HexCBCA9B0018143b2046
Octal3133122330030247340106
Binary1100101111001010100110110011000101001110111000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCA9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCA9B; }

 p { color: rgb(203,202,155); }

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

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

 a { background-color: rgb(203,202,155); }

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

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

 span { border-color: rgb(203,202,155); }

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