#BDE08B

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

Shades of Sulu #BDE08B

Tints of Sulu #BDE08B

Color information

#BDE08B (or 0xBDE08B) is unknown color: approx Sulu. HEX triplet: BD, E0 and 8B. RGB value is (189,224,139). Sum of RGB (Red+Green+Blue) = 189+224+139=552 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.24% from 552); Green value is 224 (87.89% from 255 or 40.58% from 552); Blue value is 139 (54.69% from 255 or 25.18% from 552); Max value from RGB is 224 - color contains mainly: green. Hex color #BDE08B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDE08B is #421F74. Grayscale: #CCCCCC. Windows color (decimal): -4333429 or 9167037. OLE color: 9167037.

HSL color Cylindrical-coordinate representation of color #BDE08B: hue angle of 84.71º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BDE08B is Cyan = 0.16, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.12.

Color convert

RGB189224139-
CMYK0.1600.380.12
HSL84.71º57.82%71.18%-
HSV(B)84.71º37.95%87.84%-
XYZ52.365.9934.41-
YUV203.8491.4117.41-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.24%
GREEN value IS 224 (87.89% from 255) = 40.58%
BLUE value IS 139 (54.69% from 255) = 25.18%
R=34.24%
G=40.58%
B=25.18%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1892241390.1600.380.1284.7157.8271.18
HexBDE08B10026C553a47
Octal275340213200461412572107
Binary101111011110000010001011100000100110110010101011110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE08B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE08B; }

 p { color: rgb(189,224,139); }

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

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

 a { background-color: rgb(189,224,139); }

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

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

 span { border-color: rgb(189,224,139); }

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