#BFD982

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

Shades of Sulu #BFD982

Tints of Sulu #BFD982

Color information

#BFD982 (or 0xBFD982) is unknown color: approx Sulu. HEX triplet: BF, D9 and 82. RGB value is (191,217,130). Sum of RGB (Red+Green+Blue) = 191+217+130=538 (71% of max value = 765). Red value is 191 (75% from 255 or 35.50% from 538); Green value is 217 (85.16% from 255 or 40.33% from 538); Blue value is 130 (51.17% from 255 or 24.16% from 538); Max value from RGB is 217 - color contains mainly: green. Hex color #BFD982 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD982 is #40267D. Grayscale: #C7C7C7. Windows color (decimal): -4204158 or 8575423. OLE color: 8575423.

HSL color Cylindrical-coordinate representation of color #BFD982: hue angle of 77.93º 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 #BFD982 is Cyan = 0.12, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB191217130-
CMYK0.1200.400.15
HSL77.93º53.37%68.04%-
HSV(B)77.93º40.09%85.1%-
XYZ50.3362.3130.49-
YUV199.3188.89122.07-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.50%
GREEN value IS 217 (85.16% from 255) = 40.33%
BLUE value IS 130 (51.17% from 255) = 24.16%
R=35.50%
G=40.33%
B=24.16%

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
Decimal1912171300.1200.400.1577.9353.3768.04
HexBFD982C028F4e3544
Octal277331202140501711665104
Binary10111111110110011000001011000101000111110011101101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD982; }

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

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

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

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

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

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

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

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