#B6E96C

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

Shades of Sulu #B6E96C

Tints of Sulu #B6E96C

Color information

#B6E96C (or 0xB6E96C) is unknown color: approx Sulu. HEX triplet: B6, E9 and 6C. RGB value is (182,233,108). Sum of RGB (Red+Green+Blue) = 182+233+108=523 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.80% from 523); Green value is 233 (91.41% from 255 or 44.55% from 523); Blue value is 108 (42.58% from 255 or 20.65% from 523); Max value from RGB is 233 - color contains mainly: green. Hex color #B6E96C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B6E96C is #491693. Grayscale: #CBCBCB. Windows color (decimal): -4789908 or 7137718. OLE color: 7137718.

HSL color Cylindrical-coordinate representation of color #B6E96C: hue angle of 84.48º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B6E96C is Cyan = 0.22, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.09.

Color convert

RGB182233108-
CMYK0.2200.540.09
HSL84.48º73.96%66.86%-
HSV(B)84.48º53.65%91.37%-
XYZ51.1469.3124.87-
YUV203.574.1112.66-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.80%
GREEN value IS 233 (91.41% from 255) = 44.55%
BLUE value IS 108 (42.58% from 255) = 20.65%
R=34.80%
G=44.55%
B=20.65%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1822331080.2200.540.0984.4873.9666.86
HexB6E96C160369544a43
Octal2663511542606611124112103
Binary101101101110100111011001011001101101001101010010010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6E96C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6E96C; }

 p { color: rgb(182,233,108); }

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

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

 a { background-color: rgb(182,233,108); }

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

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

 span { border-color: rgb(182,233,108); }

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