#BFDE76

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

Shades of Sulu #BFDE76

Tints of Sulu #BFDE76

Color information

#BFDE76 (or 0xBFDE76) is unknown color: approx Sulu. HEX triplet: BF, DE and 76. RGB value is (191,222,118). Sum of RGB (Red+Green+Blue) = 191+222+118=531 (70% of max value = 765). Red value is 191 (75% from 255 or 35.97% from 531); Green value is 222 (87.11% from 255 or 41.81% from 531); Blue value is 118 (46.48% from 255 or 22.22% from 531); Max value from RGB is 222 - color contains mainly: green. Hex color #BFDE76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFDE76 is #402189. Grayscale: #C9C9C9. Windows color (decimal): -4202890 or 7790271. OLE color: 7790271.

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

Color convert

RGB191222118-
CMYK0.1400.470.13
HSL77.88º61.18%66.67%-
HSV(B)77.88º46.85%87.06%-
XYZ50.8864.6326.93-
YUV200.8881.23120.96-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.97%
GREEN value IS 222 (87.11% from 255) = 41.81%
BLUE value IS 118 (46.48% from 255) = 22.22%
R=35.97%
G=41.81%
B=22.22%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1912221180.1400.470.1377.8861.1866.67
HexBFDE76E02FD4e3d43
Octal277336166160571511675103
Binary1011111111011110111011011100101111110110011101111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDE76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDE76; }

 p { color: rgb(191,222,118); }

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

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

 a { background-color: rgb(191,222,118); }

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

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

 span { border-color: rgb(191,222,118); }

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