#BAF284

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

Shades of Sulu #BAF284

Tints of Sulu #BAF284

Color information

#BAF284 (or 0xBAF284) is unknown color: approx Sulu. HEX triplet: BA, F2 and 84. RGB value is (186,242,132). Sum of RGB (Red+Green+Blue) = 186+242+132=560 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.21% from 560); Green value is 242 (94.92% from 255 or 43.21% from 560); Blue value is 132 (51.95% from 255 or 23.57% from 560); Max value from RGB is 242 - color contains mainly: green. Hex color #BAF284 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF284 is #450D7B. Grayscale: #D5D5D5. Windows color (decimal): -4525436 or 8712890. OLE color: 8712890.

HSL color Cylindrical-coordinate representation of color #BAF284: hue angle of 90.55º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BAF284 is Cyan = 0.23, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.

Color convert

RGB186242132-
CMYK0.2300.450.05
HSL90.55º80.88%73.33%-
HSV(B)90.55º45.45%94.9%-
XYZ56.1775.6133.46-
YUV212.7282.45108.94-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.21%
GREEN value IS 242 (94.92% from 255) = 43.21%
BLUE value IS 132 (51.95% from 255) = 23.57%
R=33.21%
G=43.21%
B=23.57%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1862421320.2300.450.0590.5580.8873.33
HexBAF2841702D55b5149
Octal272362204270555133121111
Binary101110101111001010000100101110101101101101101110100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF284; }

 p { color: rgb(186,242,132); }

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

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

 a { background-color: rgb(186,242,132); }

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

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

 span { border-color: rgb(186,242,132); }

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