#BAF18A

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

Shades of Sulu #BAF18A

Tints of Sulu #BAF18A

Color information

#BAF18A (or 0xBAF18A) is unknown color: approx Sulu. HEX triplet: BA, F1 and 8A. RGB value is (186,241,138). Sum of RGB (Red+Green+Blue) = 186+241+138=565 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.92% from 565); Green value is 241 (94.53% from 255 or 42.65% from 565); Blue value is 138 (54.30% from 255 or 24.42% from 565); Max value from RGB is 241 - color contains mainly: green. Hex color #BAF18A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF18A is #450E75. Grayscale: #D5D5D5. Windows color (decimal): -4525686 or 9105850. OLE color: 9105850.

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

Color convert

RGB186241138-
CMYK0.2300.430.05
HSL92.04º78.63%74.31%-
HSV(B)92.04º42.74%94.51%-
XYZ56.2975.1835.59-
YUV212.8185.78108.88-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.92%
GREEN value IS 241 (94.53% from 255) = 42.65%
BLUE value IS 138 (54.30% from 255) = 24.42%
R=32.92%
G=42.65%
B=24.42%

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
Decimal1862411380.2300.430.0592.0478.6374.31
HexBAF18A1702B55c4f4a
Octal272361212270535134117112
Binary101110101111000110001010101110101011101101110010011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF18A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF18A; }

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

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

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

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

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

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

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

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