#BAF17B

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

Shades of Sulu #BAF17B

Tints of Sulu #BAF17B

Color information

#BAF17B (or 0xBAF17B) is unknown color: approx Sulu. HEX triplet: BA, F1 and 7B. RGB value is (186,241,123). Sum of RGB (Red+Green+Blue) = 186+241+123=550 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.82% from 550); Green value is 241 (94.53% from 255 or 43.82% from 550); Blue value is 123 (48.44% from 255 or 22.36% from 550); Max value from RGB is 241 - color contains mainly: green. Hex color #BAF17B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF17B is #450E84. Grayscale: #D3D3D3. Windows color (decimal): -4525701 or 8122810. OLE color: 8122810.

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

Color convert

RGB186241123-
CMYK0.2300.490.05
HSL87.97º80.82%71.37%-
HSV(B)87.97º48.96%94.51%-
XYZ55.2874.7830.26-
YUV211.178.28110.09-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.82%
GREEN value IS 241 (94.53% from 255) = 43.82%
BLUE value IS 123 (48.44% from 255) = 22.36%
R=33.82%
G=43.82%
B=22.36%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1862411230.2300.490.0587.9780.8271.37
HexBAF17B170315585147
Octal272361173270615130121107
Binary10111010111100011111011101110110001101101100010100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF17B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF17B; }

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

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

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

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

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

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

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

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