#BDE689

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

Shades of Sulu #BDE689

Tints of Sulu #BDE689

Color information

#BDE689 (or 0xBDE689) is unknown color: approx Sulu. HEX triplet: BD, E6 and 89. RGB value is (189,230,137). Sum of RGB (Red+Green+Blue) = 189+230+137=556 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.99% from 556); Green value is 230 (90.23% from 255 or 41.37% from 556); Blue value is 137 (53.91% from 255 or 24.64% from 556); Max value from RGB is 230 - color contains mainly: green. Hex color #BDE689 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDE689 is #421976. Grayscale: #CFCFCF. Windows color (decimal): -4331895 or 9037501. OLE color: 9037501.

HSL color Cylindrical-coordinate representation of color #BDE689: hue angle of 86.45º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BDE689 is Cyan = 0.18, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.10.

Color convert

RGB189230137-
CMYK0.1800.400.10
HSL86.45º65.03%71.96%-
HSV(B)86.45º40.43%90.2%-
XYZ53.869.2234.19-
YUV207.1488.42115.06-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.99%
GREEN value IS 230 (90.23% from 255) = 41.37%
BLUE value IS 137 (53.91% from 255) = 24.64%
R=33.99%
G=41.37%
B=24.64%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1892301370.1800.400.1086.4565.0371.96
HexBDE68912028A564148
Octal2753462112205012126101110
Binary1011110111100110100010011001001010001010101011010000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE689; }

 p { color: rgb(189,230,137); }

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

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

 a { background-color: rgb(189,230,137); }

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

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

 span { border-color: rgb(189,230,137); }

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