#BDE986

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

Shades of Sulu #BDE986

Tints of Sulu #BDE986

Color information

#BDE986 (or 0xBDE986) is unknown color: approx Sulu. HEX triplet: BD, E9 and 86. RGB value is (189,233,134). Sum of RGB (Red+Green+Blue) = 189+233+134=556 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.99% from 556); Green value is 233 (91.41% from 255 or 41.91% from 556); Blue value is 134 (52.73% from 255 or 24.10% from 556); Max value from RGB is 233 - color contains mainly: green. Hex color #BDE986 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDE986 is #421679. Grayscale: #D0D0D0. Windows color (decimal): -4331130 or 8841661. OLE color: 8841661.

HSL color Cylindrical-coordinate representation of color #BDE986: hue angle of 86.67º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BDE986 is Cyan = 0.19, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.09.

Color convert

RGB189233134-
CMYK0.1900.420.09
HSL86.67º69.23%71.96%-
HSV(B)86.67º42.49%91.37%-
XYZ54.4370.8233.35-
YUV208.5685.92114.05-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.99%
GREEN value IS 233 (91.41% from 255) = 41.91%
BLUE value IS 134 (52.73% from 255) = 24.10%
R=33.99%
G=41.91%
B=24.10%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1892331340.1900.420.0986.6769.2371.96
HexBDE9861302A9574548
Octal2753512062305211127105110
Binary1011110111101001100001101001101010101001101011110001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE986; }

 p { color: rgb(189,233,134); }

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

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

 a { background-color: rgb(189,233,134); }

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

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

 span { border-color: rgb(189,233,134); }

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