#BFE973

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

Shades of Sulu #BFE973

Tints of Sulu #BFE973

Color information

#BFE973 (or 0xBFE973) is unknown color: approx Sulu. HEX triplet: BF, E9 and 73. RGB value is (191,233,115). Sum of RGB (Red+Green+Blue) = 191+233+115=539 (71% of max value = 765). Red value is 191 (75% from 255 or 35.44% from 539); Green value is 233 (91.41% from 255 or 43.23% from 539); Blue value is 115 (45.31% from 255 or 21.34% from 539); Max value from RGB is 233 - color contains mainly: green. Hex color #BFE973 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFE973 is #40168C. Grayscale: #CFCFCF. Windows color (decimal): -4200077 or 7596479. OLE color: 7596479.

HSL color Cylindrical-coordinate representation of color #BFE973: hue angle of 81.36º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BFE973 is Cyan = 0.18, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.09.

Color convert

RGB191233115-
CMYK0.1800.510.09
HSL81.36º72.84%68.24%-
HSV(B)81.36º50.64%91.37%-
XYZ53.7270.5927.01-
YUV206.9976.09116.59-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.44%
GREEN value IS 233 (91.41% from 255) = 43.23%
BLUE value IS 115 (45.31% from 255) = 21.34%
R=35.44%
G=43.23%
B=21.34%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1912331150.1800.510.0981.3672.8468.24
HexBFE973120339514944
Octal2773511632206311121111104
Binary101111111110100111100111001001100111001101000110010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE973; }

 p { color: rgb(191,233,115); }

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

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

 a { background-color: rgb(191,233,115); }

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

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

 span { border-color: rgb(191,233,115); }

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