#BFD981

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

Shades of Sulu #BFD981

Tints of Sulu #BFD981

Color information

#BFD981 (or 0xBFD981) is unknown color: approx Sulu. HEX triplet: BF, D9 and 81. RGB value is (191,217,129). Sum of RGB (Red+Green+Blue) = 191+217+129=537 (71% of max value = 765). Red value is 191 (75% from 255 or 35.57% from 537); Green value is 217 (85.16% from 255 or 40.41% from 537); Blue value is 129 (50.78% from 255 or 24.02% from 537); Max value from RGB is 217 - color contains mainly: green. Hex color #BFD981 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD981 is #40267E. Grayscale: #C7C7C7. Windows color (decimal): -4204159 or 8509887. OLE color: 8509887.

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

Color convert

RGB191217129-
CMYK0.1200.410.15
HSL77.73º53.66%67.84%-
HSV(B)77.73º40.55%85.1%-
XYZ50.2662.2930.14-
YUV199.1988.39122.16-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.57%
GREEN value IS 217 (85.16% from 255) = 40.41%
BLUE value IS 129 (50.78% from 255) = 24.02%
R=35.57%
G=40.41%
B=24.02%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1912171290.1200.410.1577.7353.6667.84
HexBFD981C029F4e3644
Octal277331201140511711666104
Binary10111111110110011000000111000101001111110011101101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD981; }

 p { color: rgb(191,217,129); }

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

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

 a { background-color: rgb(191,217,129); }

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

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

 span { border-color: rgb(191,217,129); }

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