#BDE181

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

Shades of Sulu #BDE181

Tints of Sulu #BDE181

Color information

#BDE181 (or 0xBDE181) is unknown color: approx Sulu. HEX triplet: BD, E1 and 81. RGB value is (189,225,129). Sum of RGB (Red+Green+Blue) = 189+225+129=543 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.81% from 543); Green value is 225 (88.28% from 255 or 41.44% from 543); Blue value is 129 (50.78% from 255 or 23.76% from 543); Max value from RGB is 225 - color contains mainly: green. Hex color #BDE181 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDE181 is #421E7E. Grayscale: #CBCBCB. Windows color (decimal): -4333183 or 8511933. OLE color: 8511933.

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

Color convert

RGB189225129-
CMYK0.1600.430.12
HSL82.5º61.54%69.41%-
HSV(B)82.5º42.67%88.24%-
XYZ51.8766.2530.82-
YUV203.2986.07117.81-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.81%
GREEN value IS 225 (88.28% from 255) = 41.44%
BLUE value IS 129 (50.78% from 255) = 23.76%
R=34.81%
G=41.44%
B=23.76%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1892251290.1600.430.1282.561.5469.41
HexBDE1811002BC523e45
Octal275341201200531412276105
Binary101111011110000110000001100000101011110010100101111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE181; }

 p { color: rgb(189,225,129); }

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

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

 a { background-color: rgb(189,225,129); }

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

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

 span { border-color: rgb(189,225,129); }

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