#B6ED8C

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

Shades of Sulu #B6ED8C

Tints of Sulu #B6ED8C

Color information

#B6ED8C (or 0xB6ED8C) is unknown color: approx Sulu. HEX triplet: B6, ED and 8C. RGB value is (182,237,140). Sum of RGB (Red+Green+Blue) = 182+237+140=559 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.56% from 559); Green value is 237 (92.97% from 255 or 42.40% from 559); Blue value is 140 (55.08% from 255 or 25.04% from 559); Max value from RGB is 237 - color contains mainly: green. Hex color #B6ED8C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B6ED8C is #491273. Grayscale: #D1D1D1. Windows color (decimal): -4788852 or 9235894. OLE color: 9235894.

HSL color Cylindrical-coordinate representation of color #B6ED8C: hue angle of 94.02º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B6ED8C is Cyan = 0.23, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.07.

Color convert

RGB182237140-
CMYK0.2300.410.07
HSL94.02º72.93%73.92%-
HSV(B)94.02º40.93%92.94%-
XYZ54.3172.4135.92-
YUV209.588.78108.39-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.56%
GREEN value IS 237 (92.97% from 255) = 42.40%
BLUE value IS 140 (55.08% from 255) = 25.04%
R=32.56%
G=42.40%
B=25.04%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1822371400.2300.410.0794.0272.9373.92
HexB6ED8C1702975e494a
Octal266355214270517136111112
Binary101101101110110110001100101110101001111101111010010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6ED8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6ED8C; }

 p { color: rgb(182,237,140); }

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

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

 a { background-color: rgb(182,237,140); }

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

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

 span { border-color: rgb(182,237,140); }

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