#CBD195

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

Shades of Green Mist #CBD195

Tints of Green Mist #CBD195

Color information

#CBD195 (or 0xCBD195) is unknown color: approx Green Mist. HEX triplet: CB, D1 and 95. RGB value is (203,209,149). Sum of RGB (Red+Green+Blue) = 203+209+149=561 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.19% from 561); Green value is 209 (82.03% from 255 or 37.25% from 561); Blue value is 149 (58.59% from 255 or 26.56% from 561); Max value from RGB is 209 - color contains mainly: green. Hex color #CBD195 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBD195 is #342E6A. Grayscale: #C8C8C8. Windows color (decimal): -3419755 or 9818571. OLE color: 9818571.

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

Color convert

RGB203209149-
CMYK0.0300.290.18
HSL66º39.47%70.2%-
HSV(B)66º28.71%81.96%-
XYZ52.8560.4737.32-
YUV200.3799.01129.88-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.19%
GREEN value IS 209 (82.03% from 255) = 37.25%
BLUE value IS 149 (58.59% from 255) = 26.56%
R=36.19%
G=37.25%
B=26.56%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2032091490.0300.290.186639.4770.2
HexCBD195301D12422746
Octal31332122530352210247106
Binary110010111101000110010101110111011001010000101001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD195; }

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

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

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

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

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

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

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

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