#BAF16A

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

Shades of Sulu #BAF16A

Tints of Sulu #BAF16A

Color information

#BAF16A (or 0xBAF16A) is unknown color: approx Sulu. HEX triplet: BA, F1 and 6A. RGB value is (186,241,106). Sum of RGB (Red+Green+Blue) = 186+241+106=533 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.90% from 533); Green value is 241 (94.53% from 255 or 45.22% from 533); Blue value is 106 (41.80% from 255 or 19.89% from 533); Max value from RGB is 241 - color contains mainly: green. Hex color #BAF16A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF16A is #450E95. Grayscale: #D1D1D1. Windows color (decimal): -4525718 or 7008698. OLE color: 7008698.

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

Color convert

RGB186241106-
CMYK0.2300.560.05
HSL84.44º82.82%68.04%-
HSV(B)84.44º56.02%94.51%-
XYZ54.3174.3925.13-
YUV209.1669.78111.48-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.90%
GREEN value IS 241 (94.53% from 255) = 45.22%
BLUE value IS 106 (41.80% from 255) = 19.89%
R=34.90%
G=45.22%
B=19.89%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1862411060.2300.560.0584.4482.8268.04
HexBAF16A170385545344
Octal272361152270705124123104
Binary10111010111100011101010101110111000101101010010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF16A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF16A; }

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

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

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

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

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

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

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

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