#BAF071

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

Shades of Sulu #BAF071

Tints of Sulu #BAF071

Color information

#BAF071 (or 0xBAF071) is unknown color: approx Sulu. HEX triplet: BA, F0 and 71. RGB value is (186,240,113). Sum of RGB (Red+Green+Blue) = 186+240+113=539 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.51% from 539); Green value is 240 (94.14% from 255 or 44.53% from 539); Blue value is 113 (44.53% from 255 or 20.96% from 539); Max value from RGB is 240 - color contains mainly: green. Hex color #BAF071 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF071 is #450F8E. Grayscale: #D1D1D1. Windows color (decimal): -4525967 or 7467194. OLE color: 7467194.

HSL color Cylindrical-coordinate representation of color #BAF071: hue angle of 85.51º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BAF071 is Cyan = 0.22, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.06.

Color convert

RGB186240113-
CMYK0.2200.530.06
HSL85.51º80.89%69.22%-
HSV(B)85.51º52.92%94.12%-
XYZ54.3973.9527.03-
YUV209.3873.61111.33-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.51%
GREEN value IS 240 (94.14% from 255) = 44.53%
BLUE value IS 113 (44.53% from 255) = 20.96%
R=34.51%
G=44.53%
B=20.96%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1862401130.2200.530.0685.5180.8969.22
HexBAF071160356565145
Octal272360161260656126121105
Binary10111010111100001110001101100110101110101011010100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF071; }

 p { color: rgb(186,240,113); }

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

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

 a { background-color: rgb(186,240,113); }

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

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

 span { border-color: rgb(186,240,113); }

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