#CDD69B

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

Shades of Green Mist #CDD69B

Tints of Green Mist #CDD69B

Color information

#CDD69B (or 0xCDD69B) is unknown color: approx Green Mist. HEX triplet: CD, D6 and 9B. RGB value is (205,214,155). Sum of RGB (Red+Green+Blue) = 205+214+155=574 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.71% from 574); Green value is 214 (83.98% from 255 or 37.28% from 574); Blue value is 155 (60.94% from 255 or 27.00% from 574); Max value from RGB is 214 - color contains mainly: green. Hex color #CDD69B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD69B is #322964. Grayscale: #CCCCCC. Windows color (decimal): -3287397 or 10213069. OLE color: 10213069.

HSL color Cylindrical-coordinate representation of color #CDD69B: hue angle of 69.15º degrees, saturation: 0.42, 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 #CDD69B is Cyan = 0.04, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.16.

Color convert

RGB205214155-
CMYK0.0400.280.16
HSL69.15º41.84%72.35%-
HSV(B)69.15º27.57%83.92%-
XYZ55.1463.4440.35-
YUV204.58100.02128.3-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.71%
GREEN value IS 214 (83.98% from 255) = 37.28%
BLUE value IS 155 (60.94% from 255) = 27.00%
R=35.71%
G=37.28%
B=27.00%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2052141550.0400.280.1669.1541.8472.35
HexCDD69B401C10452a48
Octal31532623340342010552110
Binary1100110111010110100110111000111001000010001011010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD69B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD69B; }

 p { color: rgb(205,214,155); }

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

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

 a { background-color: rgb(205,214,155); }

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

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

 span { border-color: rgb(205,214,155); }

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