#BAF189

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

Shades of Sulu #BAF189

Tints of Sulu #BAF189

Color information

#BAF189 (or 0xBAF189) is unknown color: approx Sulu. HEX triplet: BA, F1 and 89. RGB value is (186,241,137). Sum of RGB (Red+Green+Blue) = 186+241+137=564 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.98% from 564); Green value is 241 (94.53% from 255 or 42.73% from 564); Blue value is 137 (53.91% from 255 or 24.29% from 564); Max value from RGB is 241 - color contains mainly: green. Hex color #BAF189 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF189 is #450E76. Grayscale: #D5D5D5. Windows color (decimal): -4525687 or 9040314. OLE color: 9040314.

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

Color convert

RGB186241137-
CMYK0.2300.430.05
HSL91.73º78.79%74.12%-
HSV(B)91.73º43.15%94.51%-
XYZ56.2275.1635.21-
YUV212.785.28108.96-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.98%
GREEN value IS 241 (94.53% from 255) = 42.73%
BLUE value IS 137 (53.91% from 255) = 24.29%
R=32.98%
G=42.73%
B=24.29%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1862411370.2300.430.0591.7378.7974.12
HexBAF1891702B55c4f4a
Octal272361211270535134117112
Binary101110101111000110001001101110101011101101110010011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF189; }

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

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

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

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

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

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

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

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