#BAF184

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

Shades of Sulu #BAF184

Tints of Sulu #BAF184

Color information

#BAF184 (or 0xBAF184) is unknown color: approx Sulu. HEX triplet: BA, F1 and 84. RGB value is (186,241,132). Sum of RGB (Red+Green+Blue) = 186+241+132=559 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.27% from 559); Green value is 241 (94.53% from 255 or 43.11% from 559); Blue value is 132 (51.95% from 255 or 23.61% from 559); Max value from RGB is 241 - color contains mainly: green. Hex color #BAF184 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF184 is #450E7B. Grayscale: #D4D4D4. Windows color (decimal): -4525692 or 8712634. OLE color: 8712634.

HSL color Cylindrical-coordinate representation of color #BAF184: hue angle of 90.28º degrees, saturation: 0.8, 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 #BAF184 is Cyan = 0.23, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.

Color convert

RGB186241132-
CMYK0.2300.450.05
HSL90.28º79.56%73.14%-
HSV(B)90.28º45.23%94.51%-
XYZ55.8775.0233.36-
YUV212.1382.78109.36-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.27%
GREEN value IS 241 (94.53% from 255) = 43.11%
BLUE value IS 132 (51.95% from 255) = 23.61%
R=33.27%
G=43.11%
B=23.61%

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
Decimal1862411320.2300.450.0590.2879.5673.14
HexBAF1841702D55a5049
Octal272361204270555132120111
Binary101110101111000110000100101110101101101101101010100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF184; }

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

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

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

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

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

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

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

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