#CBDD93

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

Shades of Sulu #CBDD93

Tints of Sulu #CBDD93

Color information

#CBDD93 (or 0xCBDD93) is unknown color: approx Sulu. HEX triplet: CB, DD and 93. RGB value is (203,221,147). Sum of RGB (Red+Green+Blue) = 203+221+147=571 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.55% from 571); Green value is 221 (86.72% from 255 or 38.70% from 571); Blue value is 147 (57.81% from 255 or 25.74% from 571); Max value from RGB is 221 - color contains mainly: green. Hex color #CBDD93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBDD93 is #34226C. Grayscale: #CFCFCF. Windows color (decimal): -3416685 or 9690571. OLE color: 9690571.

HSL color Cylindrical-coordinate representation of color #CBDD93: hue angle of 74.59º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CBDD93 is Cyan = 0.08, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB203221147-
CMYK0.0800.330.13
HSL74.59º52.11%72.16%-
HSV(B)74.59º33.48%86.67%-
XYZ55.7566.5237.5-
YUV207.1894.04125.02-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.55%
GREEN value IS 221 (86.72% from 255) = 38.70%
BLUE value IS 147 (57.81% from 255) = 25.74%
R=35.55%
G=38.70%
B=25.74%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2032211470.0800.330.1374.5952.1172.16
HexCBDD938021D4b3448
Octal313335223100411511364110
Binary11001011110111011001001110000100001110110010111101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDD93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDD93; }

 p { color: rgb(203,221,147); }

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

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

 a { background-color: rgb(203,221,147); }

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

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

 span { border-color: rgb(203,221,147); }

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