#CBD69B

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

Shades of Green Mist #CBD69B

Tints of Green Mist #CBD69B

Color information

#CBD69B (or 0xCBD69B) is unknown color: approx Green Mist. HEX triplet: CB, D6 and 9B. RGB value is (203,214,155). Sum of RGB (Red+Green+Blue) = 203+214+155=572 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.49% from 572); Green value is 214 (83.98% from 255 or 37.41% from 572); Blue value is 155 (60.94% from 255 or 27.10% from 572); Max value from RGB is 214 - color contains mainly: green. Hex color #CBD69B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBD69B is #342964. Grayscale: #CCCCCC. Windows color (decimal): -3418469 or 10213067. OLE color: 10213067.

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

Color convert

RGB203214155-
CMYK0.0500.280.16
HSL71.19º41.84%72.35%-
HSV(B)71.19º27.57%83.92%-
XYZ54.5963.1640.32-
YUV203.98100.36127.3-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.49%
GREEN value IS 214 (83.98% from 255) = 37.41%
BLUE value IS 155 (60.94% from 255) = 27.10%
R=35.49%
G=37.41%
B=27.10%

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
Decimal2032141550.0500.280.1671.1941.8472.35
HexCBD69B501C10472a48
Octal31332623350342010752110
Binary1100101111010110100110111010111001000010001111010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD69B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD69B; }

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

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

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

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

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

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

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

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