#BAF88D

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

Shades of Sulu #BAF88D

Tints of Sulu #BAF88D

Color information

#BAF88D (or 0xBAF88D) is unknown color: approx Sulu. HEX triplet: BA, F8 and 8D. RGB value is (186,248,141). Sum of RGB (Red+Green+Blue) = 186+248+141=575 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.35% from 575); Green value is 248 (97.27% from 255 or 43.13% from 575); Blue value is 141 (55.47% from 255 or 24.52% from 575); Max value from RGB is 248 - color contains mainly: green. Hex color #BAF88D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF88D is #450772. Grayscale: #D9D9D9. Windows color (decimal): -4523891 or 9304250. OLE color: 9304250.

HSL color Cylindrical-coordinate representation of color #BAF88D: hue angle of 94.77º degrees, saturation: 0.88, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BAF88D is Cyan = 0.25, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.03.

Color convert

RGB186248141-
CMYK0.2500.430.03
HSL94.77º88.43%76.27%-
HSV(B)94.77º43.15%97.25%-
XYZ58.6279.537.45-
YUV217.2684.96105.7-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.35%
GREEN value IS 248 (97.27% from 255) = 43.13%
BLUE value IS 141 (55.47% from 255) = 24.52%
R=32.35%
G=43.13%
B=24.52%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1862481410.2500.430.0394.7788.4376.27
HexBAF88D1902B35f584c
Octal272370215310533137130114
Binary10111010111110001000110111001010101111101111110110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF88D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF88D; }

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

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

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

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

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

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

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

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