#CBDD8B

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

Shades of Sulu #CBDD8B

Tints of Sulu #CBDD8B

Color information

#CBDD8B (or 0xCBDD8B) is unknown color: approx Sulu. HEX triplet: CB, DD and 8B. RGB value is (203,221,139). Sum of RGB (Red+Green+Blue) = 203+221+139=563 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.06% from 563); Green value is 221 (86.72% from 255 or 39.25% from 563); Blue value is 139 (54.69% from 255 or 24.69% from 563); Max value from RGB is 221 - color contains mainly: green. Hex color #CBDD8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBDD8B is #342274. Grayscale: #CECECE. Windows color (decimal): -3416693 or 9166283. OLE color: 9166283.

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

Color convert

RGB203221139-
CMYK0.0800.370.13
HSL73.17º54.67%70.59%-
HSV(B)73.17º37.1%86.67%-
XYZ55.1566.2734.31-
YUV206.2790.04125.67-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.06%
GREEN value IS 221 (86.72% from 255) = 39.25%
BLUE value IS 139 (54.69% from 255) = 24.69%
R=36.06%
G=39.25%
B=24.69%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2032211390.0800.370.1373.1754.6770.59
HexCBDD8B8025D493747
Octal313335213100451511167107
Binary11001011110111011000101110000100101110110010011101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDD8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDD8B; }

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

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

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

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

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

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

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

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