#BAF38D

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

Shades of Sulu #BAF38D

Tints of Sulu #BAF38D

Color information

#BAF38D (or 0xBAF38D) is unknown color: approx Sulu. HEX triplet: BA, F3 and 8D. RGB value is (186,243,141). Sum of RGB (Red+Green+Blue) = 186+243+141=570 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.63% from 570); Green value is 243 (95.31% from 255 or 42.63% from 570); Blue value is 141 (55.47% from 255 or 24.74% from 570); Max value from RGB is 243 - color contains mainly: green. Hex color #BAF38D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF38D is #450C72. Grayscale: #D6D6D6. Windows color (decimal): -4525171 or 9302970. OLE color: 9302970.

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

Color convert

RGB186243141-
CMYK0.2300.420.05
HSL93.53º80.95%75.29%-
HSV(B)93.53º41.98%95.29%-
XYZ57.1176.4636.95-
YUV214.3386.62107.79-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.63%
GREEN value IS 243 (95.31% from 255) = 42.63%
BLUE value IS 141 (55.47% from 255) = 24.74%
R=32.63%
G=42.63%
B=24.74%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1862431410.2300.420.0593.5380.9575.29
HexBAF38D1702A55e514b
Octal272363215270525136121113
Binary101110101111001110001101101110101010101101111010100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF38D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF38D; }

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

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

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

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

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

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

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

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