#b6e682

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

Shades of Sulu #B6E682

Tints of Sulu #B6E682

Color information

#B6E682 (or 0xB6E682) is unknown color: approx Sulu. HEX triplet: B6, E6 and 82. RGB value is (182,230,130). Sum of RGB (Red+Green+Blue) = 182+230+130=542 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.58% from 542); Green value is 230 (90.23% from 255 or 42.44% from 542); Blue value is 130 (51.17% from 255 or 23.99% from 542); Max value from RGB is 230 - color contains mainly: green. Hex color #B6E682 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B6E682 is #49197D. Grayscale: #CCCCCC. Windows color (decimal): -4790654 or 8578742. OLE color: 8578742.

HSL color Cylindrical-coordinate representation of color #B6E682: hue angle of 88.8º degrees, saturation: 0.67, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B6E682 is Cyan = 0.21, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.10.

Color convert

RGB182230130-
CMYK0.2100.430.10
HSL88.8º66.67%70.59%-
HSV(B)88.8º43.48%90.2%-
XYZ51.6268.1531.55-
YUV204.2586.1112.13-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.58%
GREEN value IS 230 (90.23% from 255) = 42.44%
BLUE value IS 130 (51.17% from 255) = 23.99%
R=33.58%
G=42.44%
B=23.99%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1822301300.2100.430.1088.866.6770.59
HexB6E6821502BA594347
Octal2663462022505312131103107
Binary1011011011100110100000101010101010111010101100110000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b6e682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b6e682; }

 p { color: rgb(182,230,130); }

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

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

 a { background-color: rgb(182,230,130); }

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

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

 span { border-color: rgb(182,230,130); }

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