#CBCD95

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

Shades of Green Mist #CBCD95

Tints of Green Mist #CBCD95

Color information

#CBCD95 (or 0xCBCD95) is unknown color: approx Green Mist. HEX triplet: CB, CD and 95. RGB value is (203,205,149). Sum of RGB (Red+Green+Blue) = 203+205+149=557 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.45% from 557); Green value is 205 (80.47% from 255 or 36.80% from 557); Blue value is 149 (58.59% from 255 or 26.75% from 557); Max value from RGB is 205 - color contains mainly: green. Hex color #CBCD95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBCD95 is #34326A. Grayscale: #C6C6C6. Windows color (decimal): -3420779 or 9817547. OLE color: 9817547.

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

Color convert

RGB203205149-
CMYK0.0100.270.20
HSL62.14º35.9%69.41%-
HSV(B)62.14º27.32%80.39%-
XYZ51.8858.5337-
YUV198.02100.34131.55-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.45%
GREEN value IS 205 (80.47% from 255) = 36.80%
BLUE value IS 149 (58.59% from 255) = 26.75%
R=36.45%
G=36.80%
B=26.75%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2032051490.0100.270.2062.1435.969.41
HexCBCD95101B143e2445
Octal3133152251033247644105
Binary1100101111001101100101011011011101001111101001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCD95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCD95; }

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

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

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

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

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

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

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

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