#CBD59A

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

Shades of Green Mist #CBD59A

Tints of Green Mist #CBD59A

Color information

#CBD59A (or 0xCBD59A) is unknown color: approx Green Mist. HEX triplet: CB, D5 and 9A. RGB value is (203,213,154). Sum of RGB (Red+Green+Blue) = 203+213+154=570 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.61% from 570); Green value is 213 (83.59% from 255 or 37.37% from 570); Blue value is 154 (60.55% from 255 or 27.02% from 570); Max value from RGB is 213 - color contains mainly: green. Hex color #CBD59A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBD59A is #342A65. Grayscale: #CBCBCB. Windows color (decimal): -3418726 or 10147275. OLE color: 10147275.

HSL color Cylindrical-coordinate representation of color #CBD59A: hue angle of 70.17º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CBD59A is Cyan = 0.05, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.16.

Color convert

RGB203213154-
CMYK0.0500.280.16
HSL70.17º41.26%71.96%-
HSV(B)70.17º27.7%83.53%-
XYZ54.2662.6239.8-
YUV203.28100.19127.8-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.61%
GREEN value IS 213 (83.59% from 255) = 37.37%
BLUE value IS 154 (60.55% from 255) = 27.02%
R=35.61%
G=37.37%
B=27.02%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2032131540.0500.280.1670.1741.2671.96
HexCBD59A501C10462948
Octal31332523250342010651110
Binary1100101111010101100110101010111001000010001101010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD59A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD59A; }

 p { color: rgb(203,213,154); }

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

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

 a { background-color: rgb(203,213,154); }

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

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

 span { border-color: rgb(203,213,154); }

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