#BFD589

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

Shades of Sulu #BFD589

Tints of Sulu #BFD589

Color information

#BFD589 (or 0xBFD589) is unknown color: approx Sulu. HEX triplet: BF, D5 and 89. RGB value is (191,213,137). Sum of RGB (Red+Green+Blue) = 191+213+137=541 (71% of max value = 765). Red value is 191 (75% from 255 or 35.30% from 541); Green value is 213 (83.59% from 255 or 39.37% from 541); Blue value is 137 (53.91% from 255 or 25.32% from 541); Max value from RGB is 213 - color contains mainly: green. Hex color #BFD589 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD589 is #402A76. Grayscale: #C6C6C6. Windows color (decimal): -4205175 or 9033151. OLE color: 9033151.

HSL color Cylindrical-coordinate representation of color #BFD589: hue angle of 77.37º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BFD589 is Cyan = 0.10, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB191213137-
CMYK0.1000.360.16
HSL77.37º47.5%68.63%-
HSV(B)77.37º35.68%83.53%-
XYZ49.860.4732.71-
YUV197.7693.71123.18-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.30%
GREEN value IS 213 (83.59% from 255) = 39.37%
BLUE value IS 137 (53.91% from 255) = 25.32%
R=35.30%
G=39.37%
B=25.32%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1912131370.1000.360.1677.3747.568.63
HexBFD589A024104d3045
Octal277325211120442011560105
Binary101111111101010110001001101001001001000010011011100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD589; }

 p { color: rgb(191,213,137); }

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

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

 a { background-color: rgb(191,213,137); }

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

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

 span { border-color: rgb(191,213,137); }

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