#BFD588

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

Shades of Sulu #BFD588

Tints of Sulu #BFD588

Color information

#BFD588 (or 0xBFD588) is unknown color: approx Sulu. HEX triplet: BF, D5 and 88. RGB value is (191,213,136). Sum of RGB (Red+Green+Blue) = 191+213+136=540 (71% of max value = 765). Red value is 191 (75% from 255 or 35.37% from 540); Green value is 213 (83.59% from 255 or 39.44% from 540); Blue value is 136 (53.52% from 255 or 25.19% from 540); Max value from RGB is 213 - color contains mainly: green. Hex color #BFD588 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD588 is #402A77. Grayscale: #C5C5C5. Windows color (decimal): -4205176 or 8967615. OLE color: 8967615.

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

Color convert

RGB191213136-
CMYK0.1000.360.16
HSL77.14º47.83%68.43%-
HSV(B)77.14º36.15%83.53%-
XYZ49.7260.4432.34-
YUV197.6493.21123.26-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.37%
GREEN value IS 213 (83.59% from 255) = 39.44%
BLUE value IS 136 (53.52% from 255) = 25.19%
R=35.37%
G=39.44%
B=25.19%

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
Decimal1912131360.1000.360.1677.1447.8368.43
HexBFD588A024104d3044
Octal277325210120442011560104
Binary101111111101010110001000101001001001000010011011100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD588; }

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

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

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

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

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

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

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

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