#BAF07B

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

Shades of Sulu #BAF07B

Tints of Sulu #BAF07B

Color information

#BAF07B (or 0xBAF07B) is unknown color: approx Sulu. HEX triplet: BA, F0 and 7B. RGB value is (186,240,123). Sum of RGB (Red+Green+Blue) = 186+240+123=549 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.88% from 549); Green value is 240 (94.14% from 255 or 43.72% from 549); Blue value is 123 (48.44% from 255 or 22.40% from 549); Max value from RGB is 240 - color contains mainly: green. Hex color #BAF07B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF07B is #450F84. Grayscale: #D2D2D2. Windows color (decimal): -4525957 or 8122554. OLE color: 8122554.

HSL color Cylindrical-coordinate representation of color #BAF07B: hue angle of 87.69º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BAF07B is Cyan = 0.22, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.06.

Color convert

RGB186240123-
CMYK0.2200.490.06
HSL87.69º79.59%71.18%-
HSV(B)87.69º48.75%94.12%-
XYZ54.9874.1930.16-
YUV210.5278.61110.51-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.88%
GREEN value IS 240 (94.14% from 255) = 43.72%
BLUE value IS 123 (48.44% from 255) = 22.40%
R=33.88%
G=43.72%
B=22.40%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1862401230.2200.490.0687.6979.5971.18
HexBAF07B160316585047
Octal272360173260616130120107
Binary10111010111100001111011101100110001110101100010100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF07B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF07B; }

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

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

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

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

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

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

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

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