#BAFB8D

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

Shades of Sulu #BAFB8D

Tints of Sulu #BAFB8D

Color information

#BAFB8D (or 0xBAFB8D) is unknown color: approx Sulu. HEX triplet: BA, FB and 8D. RGB value is (186,251,141). Sum of RGB (Red+Green+Blue) = 186+251+141=578 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.18% from 578); Green value is 251 (98.44% from 255 or 43.43% from 578); Blue value is 141 (55.47% from 255 or 24.39% from 578); Max value from RGB is 251 - color contains mainly: green. Hex color #BAFB8D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAFB8D is #450472. Grayscale: #DBDBDB. Windows color (decimal): -4523123 or 9305018. OLE color: 9305018.

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

Color convert

RGB186251141-
CMYK0.2600.440.02
HSL95.45º93.22%76.86%-
HSV(B)95.45º43.82%98.43%-
XYZ59.5581.3637.76-
YUV219.0283.97104.44-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.18%
GREEN value IS 251 (98.44% from 255) = 43.43%
BLUE value IS 141 (55.47% from 255) = 24.39%
R=32.18%
G=43.43%
B=24.39%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1862511410.2600.440.0295.4593.2276.86
HexBAFB8D1A02C25f5d4d
Octal272373215320542137135115
Binary10111010111110111000110111010010110010101111110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAFB8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAFB8D; }

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

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

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

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

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

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

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

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