#CBD095

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

Shades of Green Mist #CBD095

Tints of Green Mist #CBD095

Color information

#CBD095 (or 0xCBD095) is unknown color: approx Green Mist. HEX triplet: CB, D0 and 95. RGB value is (203,208,149). Sum of RGB (Red+Green+Blue) = 203+208+149=560 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.25% from 560); Green value is 208 (81.64% from 255 or 37.14% from 560); Blue value is 149 (58.59% from 255 or 26.61% from 560); Max value from RGB is 208 - color contains mainly: green. Hex color #CBD095 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBD095 is #342F6A. Grayscale: #C8C8C8. Windows color (decimal): -3420011 or 9818315. OLE color: 9818315.

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

Color convert

RGB203208149-
CMYK0.0200.280.18
HSL65.08º38.56%70%-
HSV(B)65.08º28.37%81.57%-
XYZ52.6159.9837.24-
YUV199.7899.34130.3-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.25%
GREEN value IS 208 (81.64% from 255) = 37.14%
BLUE value IS 149 (58.59% from 255) = 26.61%
R=36.25%
G=37.14%
B=26.61%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2032081490.0200.280.1865.0838.5670
HexCBD095201C12412746
Octal31332022520342210147106
Binary110010111101000010010101100111001001010000011001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD095; }

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

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

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

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

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

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

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

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