#BDFB89

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

Shades of Sulu #BDFB89

Tints of Sulu #BDFB89

Color information

#BDFB89 (or 0xBDFB89) is unknown color: approx Sulu. HEX triplet: BD, FB and 89. RGB value is (189,251,137). Sum of RGB (Red+Green+Blue) = 189+251+137=577 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.76% from 577); Green value is 251 (98.44% from 255 or 43.50% from 577); Blue value is 137 (53.91% from 255 or 23.74% from 577); Max value from RGB is 251 - color contains mainly: green. Hex color #BDFB89 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDFB89 is #420476. Grayscale: #DBDBDB. Windows color (decimal): -4326519 or 9042877. OLE color: 9042877.

HSL color Cylindrical-coordinate representation of color #BDFB89: hue angle of 92.63º degrees, saturation: 0.93, 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 #BDFB89 is Cyan = 0.25, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.

Color convert

RGB189251137-
CMYK0.2500.450.02
HSL92.63º93.44%76.08%-
HSV(B)92.63º45.42%98.43%-
XYZ6081.6236.26-
YUV219.4781.46106.27-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.76%
GREEN value IS 251 (98.44% from 255) = 43.50%
BLUE value IS 137 (53.91% from 255) = 23.74%
R=32.76%
G=43.50%
B=23.74%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1892511370.2500.450.0292.6393.4476.08
HexBDFB891902D25d5d4c
Octal275373211310552135135114
Binary10111101111110111000100111001010110110101110110111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFB89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFB89; }

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

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

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

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

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

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

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

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