#B6FA8B

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

Shades of Sulu #B6FA8B

Tints of Sulu #B6FA8B

Color information

#B6FA8B (or 0xB6FA8B) is unknown color: approx Sulu. HEX triplet: B6, FA and 8B. RGB value is (182,250,139). Sum of RGB (Red+Green+Blue) = 182+250+139=571 (75% of max value = 765). Red value is 182 (71.48% from 255 or 31.87% from 571); Green value is 250 (98.05% from 255 or 43.78% from 571); Blue value is 139 (54.69% from 255 or 24.34% from 571); Max value from RGB is 250 - color contains mainly: green. Hex color #B6FA8B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B6FA8B is #490574. Grayscale: #D9D9D9. Windows color (decimal): -4785525 or 9173686. OLE color: 9173686.

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

Color convert

RGB182250139-
CMYK0.2700.440.02
HSL96.76º91.74%76.27%-
HSV(B)96.76º44.4%98.04%-
XYZ58.1480.1836.84-
YUV217.0183.97103.03-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.87%
GREEN value IS 250 (98.05% from 255) = 43.78%
BLUE value IS 139 (54.69% from 255) = 24.34%
R=31.87%
G=43.78%
B=24.34%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1822501390.2700.440.0296.7691.7476.27
HexB6FA8B1B02C2615c4c
Octal266372213330542141134114
Binary10110110111110101000101111011010110010110000110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6FA8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6FA8B; }

 p { color: rgb(182,250,139); }

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

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

 a { background-color: rgb(182,250,139); }

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

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

 span { border-color: rgb(182,250,139); }

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