#BFD983

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

Shades of Sulu #BFD983

Tints of Sulu #BFD983

Color information

#BFD983 (or 0xBFD983) is unknown color: approx Sulu. HEX triplet: BF, D9 and 83. RGB value is (191,217,131). Sum of RGB (Red+Green+Blue) = 191+217+131=539 (71% of max value = 765). Red value is 191 (75% from 255 or 35.44% from 539); Green value is 217 (85.16% from 255 or 40.26% from 539); Blue value is 131 (51.56% from 255 or 24.30% from 539); Max value from RGB is 217 - color contains mainly: green. Hex color #BFD983 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD983 is #40267C. Grayscale: #C7C7C7. Windows color (decimal): -4204157 or 8640959. OLE color: 8640959.

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

Color convert

RGB191217131-
CMYK0.1200.400.15
HSL78.14º53.09%68.24%-
HSV(B)78.14º39.63%85.1%-
XYZ50.462.3430.85-
YUV199.4289.39121.99-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.44%
GREEN value IS 217 (85.16% from 255) = 40.26%
BLUE value IS 131 (51.56% from 255) = 24.30%
R=35.44%
G=40.26%
B=24.30%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1912171310.1200.400.1578.1453.0968.24
HexBFD983C028F4e3544
Octal277331203140501711665104
Binary10111111110110011000001111000101000111110011101101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD983; }

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

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

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

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

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

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

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

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