#B6DA78

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

Shades of Sulu #B6DA78

Tints of Sulu #B6DA78

Color information

#B6DA78 (or 0xB6DA78) is unknown color: approx Sulu. HEX triplet: B6, DA and 78. RGB value is (182,218,120). Sum of RGB (Red+Green+Blue) = 182+218+120=520 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35% from 520); Green value is 218 (85.55% from 255 or 41.92% from 520); Blue value is 120 (47.27% from 255 or 23.08% from 520); Max value from RGB is 218 - color contains mainly: green. Hex color #B6DA78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6DA78 is #492587. Grayscale: #C4C4C4. Windows color (decimal): -4793736 or 7920310. OLE color: 7920310.

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

Color convert

RGB182218120-
CMYK0.1700.450.15
HSL82.04º56.98%66.27%-
HSV(B)82.04º44.95%85.49%-
XYZ47.7561.4427.11-
YUV196.0685.07117.97-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35%
GREEN value IS 218 (85.55% from 255) = 41.92%
BLUE value IS 120 (47.27% from 255) = 23.08%
R=35%
G=41.92%
B=23.08%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1822181200.1700.450.1582.0456.9866.27
HexB6DA781102DF523942
Octal266332170210551712271102
Binary10110110110110101111000100010101101111110100101110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6DA78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6DA78; }

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

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

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

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

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

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

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

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