#bfdd89

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

Shades of Sulu #BFDD89

Tints of Sulu #BFDD89

Color information

#BFDD89 (or 0xBFDD89) is unknown color: approx Sulu. HEX triplet: BF, DD and 89. RGB value is (191,221,137). Sum of RGB (Red+Green+Blue) = 191+221+137=549 (72% of max value = 765). Red value is 191 (75% from 255 or 34.79% from 549); Green value is 221 (86.72% from 255 or 40.26% from 549); Blue value is 137 (53.91% from 255 or 24.95% from 549); Max value from RGB is 221 - color contains mainly: green. Hex color #BFDD89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFDD89 is #402276. Grayscale: #CACACA. Windows color (decimal): -4203127 or 9035199. OLE color: 9035199.

HSL color Cylindrical-coordinate representation of color #BFDD89: hue angle of 81.43º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BFDD89 is Cyan = 0.14, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB191221137-
CMYK0.1400.380.13
HSL81.43º55.26%70.2%-
HSV(B)81.43º38.01%86.67%-
XYZ51.8664.633.4-
YUV202.4591.06119.83-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.79%
GREEN value IS 221 (86.72% from 255) = 40.26%
BLUE value IS 137 (53.91% from 255) = 24.95%
R=34.79%
G=40.26%
B=24.95%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1912211370.1400.380.1381.4355.2670.2
HexBFDD89E026D513746
Octal277335211160461512167106
Binary10111111110111011000100111100100110110110100011101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bfdd89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bfdd89; }

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

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

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

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

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

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

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

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