#B6F16A

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

Shades of Sulu #B6F16A

Tints of Sulu #B6F16A

Color information

#B6F16A (or 0xB6F16A) is unknown color: approx Sulu. HEX triplet: B6, F1 and 6A. RGB value is (182,241,106). Sum of RGB (Red+Green+Blue) = 182+241+106=529 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.40% from 529); Green value is 241 (94.53% from 255 or 45.56% from 529); Blue value is 106 (41.80% from 255 or 20.04% from 529); Max value from RGB is 241 - color contains mainly: green. Hex color #B6F16A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B6F16A is #490E95. Grayscale: #D0D0D0. Windows color (decimal): -4787862 or 7008694. OLE color: 7008694.

HSL color Cylindrical-coordinate representation of color #B6F16A: hue angle of 86.22º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B6F16A is Cyan = 0.24, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.05.

Color convert

RGB182241106-
CMYK0.2400.560.05
HSL86.22º82.82%68.04%-
HSV(B)86.22º56.02%94.51%-
XYZ53.3573.925.09-
YUV207.9770.45109.48-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.40%
GREEN value IS 241 (94.53% from 255) = 45.56%
BLUE value IS 106 (41.80% from 255) = 20.04%
R=34.40%
G=45.56%
B=20.04%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1822411060.2400.560.0586.2282.8268.04
HexB6F16A180385565344
Octal266361152300705126123104
Binary10110110111100011101010110000111000101101011010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6F16A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6F16A; }

 p { color: rgb(182,241,106); }

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

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

 a { background-color: rgb(182,241,106); }

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

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

 span { border-color: rgb(182,241,106); }

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