#BDE083

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

Shades of Sulu #BDE083

Tints of Sulu #BDE083

Color information

#BDE083 (or 0xBDE083) is unknown color: approx Sulu. HEX triplet: BD, E0 and 83. RGB value is (189,224,131). Sum of RGB (Red+Green+Blue) = 189+224+131=544 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.74% from 544); Green value is 224 (87.89% from 255 or 41.18% from 544); Blue value is 131 (51.56% from 255 or 24.08% from 544); Max value from RGB is 224 - color contains mainly: green. Hex color #BDE083 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDE083 is #421F7C. Grayscale: #CBCBCB. Windows color (decimal): -4333437 or 8642749. OLE color: 8642749.

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

Color convert

RGB189224131-
CMYK0.1600.420.12
HSL82.58º60%69.61%-
HSV(B)82.58º41.52%87.84%-
XYZ51.7465.7731.44-
YUV202.9387.4118.06-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.74%
GREEN value IS 224 (87.89% from 255) = 41.18%
BLUE value IS 131 (51.56% from 255) = 24.08%
R=34.74%
G=41.18%
B=24.08%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1892241310.1600.420.1282.586069.61
HexBDE0831002AC533c46
Octal275340203200521412374106
Binary101111011110000010000011100000101010110010100111111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE083; }

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

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

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

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

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

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

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

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