#BDF689

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

Shades of Sulu #BDF689

Tints of Sulu #BDF689

Color information

#BDF689 (or 0xBDF689) is unknown color: approx Sulu. HEX triplet: BD, F6 and 89. RGB value is (189,246,137). Sum of RGB (Red+Green+Blue) = 189+246+137=572 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.04% from 572); Green value is 246 (96.48% from 255 or 43.01% from 572); Blue value is 137 (53.91% from 255 or 23.95% from 572); Max value from RGB is 246 - color contains mainly: green. Hex color #BDF689 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF689 is #420976. Grayscale: #D8D8D8. Windows color (decimal): -4327799 or 9041597. OLE color: 9041597.

HSL color Cylindrical-coordinate representation of color #BDF689: hue angle of 91.38º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BDF689 is Cyan = 0.23, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.04.

Color convert

RGB189246137-
CMYK0.2300.440.04
HSL91.38º85.83%75.1%-
HSV(B)91.38º44.31%96.47%-
XYZ58.4678.5435.74-
YUV216.5383.12108.36-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.04%
GREEN value IS 246 (96.48% from 255) = 43.01%
BLUE value IS 137 (53.91% from 255) = 23.95%
R=33.04%
G=43.01%
B=23.95%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1892461370.2300.440.0491.3885.8375.1
HexBDF6891702C45b564b
Octal275366211270544133126113
Binary101111011111011010001001101110101100100101101110101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF689; }

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

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

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

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

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

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

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

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