#BFDF86

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

Shades of Sulu #BFDF86

Tints of Sulu #BFDF86

Color information

#BFDF86 (or 0xBFDF86) is unknown color: approx Sulu. HEX triplet: BF, DF and 86. RGB value is (191,223,134). Sum of RGB (Red+Green+Blue) = 191+223+134=548 (72% of max value = 765). Red value is 191 (75% from 255 or 34.85% from 548); Green value is 223 (87.5% from 255 or 40.69% from 548); Blue value is 134 (52.73% from 255 or 24.45% from 548); Max value from RGB is 223 - color contains mainly: green. Hex color #BFDF86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFDF86 is #402079. Grayscale: #CBCBCB. Windows color (decimal): -4202618 or 8839103. OLE color: 8839103.

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

Color convert

RGB191223134-
CMYK0.1400.400.13
HSL81.57º58.17%70%-
HSV(B)81.57º39.91%87.45%-
XYZ52.1865.5732.46-
YUV203.2988.9119.24-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.85%
GREEN value IS 223 (87.5% from 255) = 40.69%
BLUE value IS 134 (52.73% from 255) = 24.45%
R=34.85%
G=40.69%
B=24.45%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1912231340.1400.400.1381.5758.1770
HexBFDF86E028D523a46
Octal277337206160501512272106
Binary10111111110111111000011011100101000110110100101110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDF86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDF86; }

 p { color: rgb(191,223,134); }

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

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

 a { background-color: rgb(191,223,134); }

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

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

 span { border-color: rgb(191,223,134); }

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