#BAF073

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

Shades of Sulu #BAF073

Tints of Sulu #BAF073

Color information

#BAF073 (or 0xBAF073) is unknown color: approx Sulu. HEX triplet: BA, F0 and 73. RGB value is (186,240,115). Sum of RGB (Red+Green+Blue) = 186+240+115=541 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.38% from 541); Green value is 240 (94.14% from 255 or 44.36% from 541); Blue value is 115 (45.31% from 255 or 21.26% from 541); Max value from RGB is 240 - color contains mainly: green. Hex color #BAF073 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF073 is #450F8C. Grayscale: #D2D2D2. Windows color (decimal): -4525965 or 7598266. OLE color: 7598266.

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

Color convert

RGB186240115-
CMYK0.2200.520.06
HSL85.92º80.65%69.61%-
HSV(B)85.92º52.08%94.12%-
XYZ54.57427.63-
YUV209.674.61111.16-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.38%
GREEN value IS 240 (94.14% from 255) = 44.36%
BLUE value IS 115 (45.31% from 255) = 21.26%
R=34.38%
G=44.36%
B=21.26%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1862401150.2200.520.0685.9280.6569.61
HexBAF073160346565146
Octal272360163260646126121106
Binary10111010111100001110011101100110100110101011010100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF073; }

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

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

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

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

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

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

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

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