#BAF082

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

Shades of Sulu #BAF082

Tints of Sulu #BAF082

Color information

#BAF082 (or 0xBAF082) is unknown color: approx Sulu. HEX triplet: BA, F0 and 82. RGB value is (186,240,130). Sum of RGB (Red+Green+Blue) = 186+240+130=556 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.45% from 556); Green value is 240 (94.14% from 255 or 43.17% from 556); Blue value is 130 (51.17% from 255 or 23.38% from 556); Max value from RGB is 240 - color contains mainly: green. Hex color #BAF082 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF082 is #450F7D. Grayscale: #D3D3D3. Windows color (decimal): -4525950 or 8581306. OLE color: 8581306.

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

Color convert

RGB186240130-
CMYK0.2200.460.06
HSL89.45º78.57%72.55%-
HSV(B)89.45º45.83%94.12%-
XYZ55.4474.3732.55-
YUV211.3182.11109.94-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.45%
GREEN value IS 240 (94.14% from 255) = 43.17%
BLUE value IS 130 (51.17% from 255) = 23.38%
R=33.45%
G=43.17%
B=23.38%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1862401300.2200.460.0689.4578.5772.55
HexBAF0821602E6594f49
Octal272360202260566131117111
Binary101110101111000010000010101100101110110101100110011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF082; }

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

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

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

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

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

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

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

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