#BAF16B

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

Shades of Sulu #BAF16B

Tints of Sulu #BAF16B

Color information

#BAF16B (or 0xBAF16B) is unknown color: approx Sulu. HEX triplet: BA, F1 and 6B. RGB value is (186,241,107). Sum of RGB (Red+Green+Blue) = 186+241+107=534 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.83% from 534); Green value is 241 (94.53% from 255 or 45.13% from 534); Blue value is 107 (42.19% from 255 or 20.04% from 534); Max value from RGB is 241 - color contains mainly: green. Hex color #BAF16B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF16B is #450E94. Grayscale: #D1D1D1. Windows color (decimal): -4525717 or 7074234. OLE color: 7074234.

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

Color convert

RGB186241107-
CMYK0.2300.560.05
HSL84.63º82.72%68.24%-
HSV(B)84.63º55.6%94.51%-
XYZ54.3674.4125.41-
YUV209.2870.28111.4-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.83%
GREEN value IS 241 (94.53% from 255) = 45.13%
BLUE value IS 107 (42.19% from 255) = 20.04%
R=34.83%
G=45.13%
B=20.04%

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
Decimal1862411070.2300.560.0584.6382.7268.24
HexBAF16B170385555344
Octal272361153270705125123104
Binary10111010111100011101011101110111000101101010110100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF16B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF16B; }

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

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

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

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

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

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

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

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