#CBD0A0

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

Shades of Green Mist #CBD0A0

Tints of Green Mist #CBD0A0

Color information

#CBD0A0 (or 0xCBD0A0) is unknown color: approx Green Mist. HEX triplet: CB, D0 and A0. RGB value is (203,208,160). Sum of RGB (Red+Green+Blue) = 203+208+160=571 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.55% from 571); Green value is 208 (81.64% from 255 or 36.43% from 571); Blue value is 160 (62.89% from 255 or 28.02% from 571); Max value from RGB is 208 - color contains mainly: green. Hex color #CBD0A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBD0A0 is #342F5F. Grayscale: #C9C9C9. Windows color (decimal): -3420000 or 10539211. OLE color: 10539211.

HSL color Cylindrical-coordinate representation of color #CBD0A0: hue angle of 66.25º degrees, saturation: 0.34, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CBD0A0 is Cyan = 0.02, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.18.

Color convert

RGB203208160-
CMYK0.0200.230.18
HSL66.25º33.8%72.16%-
HSV(B)66.25º23.08%81.57%-
XYZ53.5360.3542.08-
YUV201.03104.84129.4-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.55%
GREEN value IS 208 (81.64% from 255) = 36.43%
BLUE value IS 160 (62.89% from 255) = 28.02%
R=35.55%
G=36.43%
B=28.02%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2032081600.0200.230.1866.2533.872.16
HexCBD0A0201712422248
Octal31332024020272210242110
Binary110010111101000010100000100101111001010000101000101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD0A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD0A0; }

 p { color: rgb(203,208,160); }

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

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

 a { background-color: rgb(203,208,160); }

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

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

 span { border-color: rgb(203,208,160); }

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