#B6DA74

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

Shades of Sulu #B6DA74

Tints of Sulu #B6DA74

Color information

#B6DA74 (or 0xB6DA74) is unknown color: approx Sulu. HEX triplet: B6, DA and 74. RGB value is (182,218,116). Sum of RGB (Red+Green+Blue) = 182+218+116=516 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.27% from 516); Green value is 218 (85.55% from 255 or 42.25% from 516); Blue value is 116 (45.70% from 255 or 22.48% from 516); Max value from RGB is 218 - color contains mainly: green. Hex color #B6DA74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6DA74 is #49258B. Grayscale: #C3C3C3. Windows color (decimal): -4793740 or 7658166. OLE color: 7658166.

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

Color convert

RGB182218116-
CMYK0.1700.470.15
HSL81.18º57.95%65.49%-
HSV(B)81.18º46.79%85.49%-
XYZ47.5261.3525.86-
YUV195.6183.07118.29-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.27%
GREEN value IS 218 (85.55% from 255) = 42.25%
BLUE value IS 116 (45.70% from 255) = 22.48%
R=35.27%
G=42.25%
B=22.48%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1822181160.1700.470.1581.1857.9565.49
HexB6DA741102FF513a41
Octal266332164210571712172101
Binary10110110110110101110100100010101111111110100011110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6DA74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6DA74; }

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

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

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

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

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

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

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

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