#BAF38A

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

Shades of Sulu #BAF38A

Tints of Sulu #BAF38A

Color information

#BAF38A (or 0xBAF38A) is unknown color: approx Sulu. HEX triplet: BA, F3 and 8A. RGB value is (186,243,138). Sum of RGB (Red+Green+Blue) = 186+243+138=567 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.80% from 567); Green value is 243 (95.31% from 255 or 42.86% from 567); Blue value is 138 (54.30% from 255 or 24.34% from 567); Max value from RGB is 243 - color contains mainly: green. Hex color #BAF38A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF38A is #450C75. Grayscale: #D6D6D6. Windows color (decimal): -4525174 or 9106362. OLE color: 9106362.

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

Color convert

RGB186243138-
CMYK0.2300.430.05
HSL92.57º81.4%74.71%-
HSV(B)92.57º43.21%95.29%-
XYZ56.8976.3835.79-
YUV213.9985.12108.04-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.80%
GREEN value IS 243 (95.31% from 255) = 42.86%
BLUE value IS 138 (54.30% from 255) = 24.34%
R=32.80%
G=42.86%
B=24.34%

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
Decimal1862431380.2300.430.0592.5781.474.71
HexBAF38A1702B55d514b
Octal272363212270535135121113
Binary101110101111001110001010101110101011101101110110100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF38A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF38A; }

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

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

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

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

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

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

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

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