#BFDA89

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

Shades of Sulu #BFDA89

Tints of Sulu #BFDA89

Color information

#BFDA89 (or 0xBFDA89) is unknown color: approx Sulu. HEX triplet: BF, DA and 89. RGB value is (191,218,137). Sum of RGB (Red+Green+Blue) = 191+218+137=546 (72% of max value = 765). Red value is 191 (75% from 255 or 34.98% from 546); Green value is 218 (85.55% from 255 or 39.93% from 546); Blue value is 137 (53.91% from 255 or 25.09% from 546); Max value from RGB is 218 - color contains mainly: green. Hex color #BFDA89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFDA89 is #402576. Grayscale: #C8C8C8. Windows color (decimal): -4203895 or 9034431. OLE color: 9034431.

HSL color Cylindrical-coordinate representation of color #BFDA89: hue angle of 80º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BFDA89 is Cyan = 0.12, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.15.

Color convert

RGB191218137-
CMYK0.1200.370.15
HSL80º52.26%69.61%-
HSV(B)80º37.16%85.49%-
XYZ51.0763.0333.14-
YUV200.6992.05121.09-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.98%
GREEN value IS 218 (85.55% from 255) = 39.93%
BLUE value IS 137 (53.91% from 255) = 25.09%
R=34.98%
G=39.93%
B=25.09%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1912181370.1200.370.158052.2669.61
HexBFDA89C025F503446
Octal277332211140451712064106
Binary10111111110110101000100111000100101111110100001101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDA89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDA89; }

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

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

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

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

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

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

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

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