#BDF989

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

Shades of Sulu #BDF989

Tints of Sulu #BDF989

Color information

#BDF989 (or 0xBDF989) is unknown color: approx Sulu. HEX triplet: BD, F9 and 89. RGB value is (189,249,137). Sum of RGB (Red+Green+Blue) = 189+249+137=575 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.87% from 575); Green value is 249 (97.66% from 255 or 43.30% from 575); Blue value is 137 (53.91% from 255 or 23.83% from 575); Max value from RGB is 249 - color contains mainly: green. Hex color #BDF989 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF989 is #420676. Grayscale: #DADADA. Windows color (decimal): -4327031 or 9042365. OLE color: 9042365.

HSL color Cylindrical-coordinate representation of color #BDF989: hue angle of 92.14º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BDF989 is Cyan = 0.24, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.

Color convert

RGB189249137-
CMYK0.2400.450.02
HSL92.14º90.32%75.69%-
HSV(B)92.14º44.98%97.65%-
XYZ59.3880.3836.05-
YUV218.2982.12107.11-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.87%
GREEN value IS 249 (97.66% from 255) = 43.30%
BLUE value IS 137 (53.91% from 255) = 23.83%
R=32.87%
G=43.30%
B=23.83%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1892491370.2400.450.0292.1490.3275.69
HexBDF9891802D25c5a4c
Octal275371211300552134132114
Binary10111101111110011000100111000010110110101110010110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF989; }

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

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

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

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

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

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

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

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