#BAF28A

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

Shades of Sulu #BAF28A

Tints of Sulu #BAF28A

Color information

#BAF28A (or 0xBAF28A) is unknown color: approx Sulu. HEX triplet: BA, F2 and 8A. RGB value is (186,242,138). Sum of RGB (Red+Green+Blue) = 186+242+138=566 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.86% from 566); Green value is 242 (94.92% from 255 or 42.76% from 566); Blue value is 138 (54.30% from 255 or 24.38% from 566); Max value from RGB is 242 - color contains mainly: green. Hex color #BAF28A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF28A is #450D75. Grayscale: #D5D5D5. Windows color (decimal): -4525430 or 9106106. OLE color: 9106106.

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

Color convert

RGB186242138-
CMYK0.2300.430.05
HSL92.31º80%74.51%-
HSV(B)92.31º42.98%94.9%-
XYZ56.5975.7835.69-
YUV213.485.45108.46-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.86%
GREEN value IS 242 (94.92% from 255) = 42.76%
BLUE value IS 138 (54.30% from 255) = 24.38%
R=32.86%
G=42.76%
B=24.38%

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
Decimal1862421380.2300.430.0592.318074.51
HexBAF28A1702B55c504b
Octal272362212270535134120113
Binary101110101111001010001010101110101011101101110010100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF28A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF28A; }

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

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

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

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

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

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

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

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