#B6DC74

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

Shades of Sulu #B6DC74

Tints of Sulu #B6DC74

Color information

#B6DC74 (or 0xB6DC74) is unknown color: approx Sulu. HEX triplet: B6, DC and 74. RGB value is (182,220,116). Sum of RGB (Red+Green+Blue) = 182+220+116=518 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.14% from 518); Green value is 220 (86.33% from 255 or 42.47% from 518); Blue value is 116 (45.70% from 255 or 22.39% from 518); Max value from RGB is 220 - color contains mainly: green. Hex color #B6DC74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6DC74 is #49238B. Grayscale: #C5C5C5. Windows color (decimal): -4793228 or 7658678. OLE color: 7658678.

HSL color Cylindrical-coordinate representation of color #B6DC74: hue angle of 81.92º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B6DC74 is Cyan = 0.17, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.

Color convert

RGB182220116-
CMYK0.1700.470.14
HSL81.92º59.77%65.88%-
HSV(B)81.92º47.27%86.27%-
XYZ48.0462.3926.03-
YUV196.7882.41117.46-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.14%
GREEN value IS 220 (86.33% from 255) = 42.47%
BLUE value IS 116 (45.70% from 255) = 22.39%
R=35.14%
G=42.47%
B=22.39%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1822201160.1700.470.1481.9259.7765.88
HexB6DC741102FE523c42
Octal266334164210571612274102
Binary10110110110111001110100100010101111111010100101111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6DC74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6DC74; }

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

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

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

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

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

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

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

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