#B6DA79

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

Shades of Sulu #B6DA79

Tints of Sulu #B6DA79

Color information

#B6DA79 (or 0xB6DA79) is unknown color: approx Sulu. HEX triplet: B6, DA and 79. RGB value is (182,218,121). Sum of RGB (Red+Green+Blue) = 182+218+121=521 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.93% from 521); Green value is 218 (85.55% from 255 or 41.84% from 521); Blue value is 121 (47.66% from 255 or 23.22% from 521); Max value from RGB is 218 - color contains mainly: green. Hex color #B6DA79 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6DA79 is #492586. Grayscale: #C4C4C4. Windows color (decimal): -4793735 or 7985846. OLE color: 7985846.

HSL color Cylindrical-coordinate representation of color #B6DA79: hue angle of 82.27º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B6DA79 is Cyan = 0.17, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.15.

Color convert

RGB182218121-
CMYK0.1700.440.15
HSL82.27º56.73%66.47%-
HSV(B)82.27º44.5%85.49%-
XYZ47.8161.4727.43-
YUV196.1885.57117.89-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.93%
GREEN value IS 218 (85.55% from 255) = 41.84%
BLUE value IS 121 (47.66% from 255) = 23.22%
R=34.93%
G=41.84%
B=23.22%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1822181210.1700.440.1582.2756.7366.47
HexB6DA791102CF523942
Octal266332171210541712271102
Binary10110110110110101111001100010101100111110100101110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6DA79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6DA79; }

 p { color: rgb(182,218,121); }

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

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

 a { background-color: rgb(182,218,121); }

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

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

 span { border-color: rgb(182,218,121); }

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