#BAFB63

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

Shades of Sulu #BAFB63

Tints of Sulu #BAFB63

Color information

#BAFB63 (or 0xBAFB63) is unknown color: approx Sulu. HEX triplet: BA, FB and 63. RGB value is (186,251,99). Sum of RGB (Red+Green+Blue) = 186+251+99=536 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.70% from 536); Green value is 251 (98.44% from 255 or 46.83% from 536); Blue value is 99 (39.06% from 255 or 18.47% from 536); Max value from RGB is 251 - color contains mainly: green. Hex color #BAFB63 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAFB63 is #45049C. Grayscale: #D6D6D6. Windows color (decimal): -4523165 or 6552506. OLE color: 6552506.

HSL color Cylindrical-coordinate representation of color #BAFB63: hue angle of 85.66º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BAFB63 is Cyan = 0.26, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.02.

Color convert

RGB18625199-
CMYK0.2600.610.02
HSL85.66º95%68.63%-
HSV(B)85.66º60.56%98.43%-
XYZ5780.3324.31-
YUV214.2462.97107.86-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.70%
GREEN value IS 251 (98.44% from 255) = 46.83%
BLUE value IS 99 (39.06% from 255) = 18.47%
R=34.70%
G=46.83%
B=18.47%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal186251990.2600.610.0285.669568.63
HexBAFB631A03D2565f45
Octal272373143320752126137105
Binary1011101011111011110001111010011110110101011010111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAFB63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAFB63; }

 p { color: rgb(186,251,99); }

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

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

 a { background-color: rgb(186,251,99); }

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

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

 span { border-color: rgb(186,251,99); }

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