#B6D50C

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

Shades of Inch Worm #B6D50C

Tints of Inch Worm #B6D50C

Color information

#B6D50C (or 0xB6D50C) is unknown color: approx Inch Worm. HEX triplet: B6, D5 and 0C. RGB value is (182,213,12). Sum of RGB (Red+Green+Blue) = 182+213+12=407 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.72% from 407); Green value is 213 (83.59% from 255 or 52.33% from 407); Blue value is 12 (5.08% from 255 or 2.95% from 407); Max value from RGB is 213 - color contains mainly: green. Hex color #B6D50C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B6D50C is #492AF3. Grayscale: #B5B5B5. Windows color (decimal): -4795124 or 841142. OLE color: 841142.

HSL color Cylindrical-coordinate representation of color #B6D50C: hue angle of 69.25º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B6D50C is Cyan = 0.15, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.

Color convert

RGB18221312-
CMYK0.1500.940.16
HSL69.25º89.33%44.12%-
HSV(B)69.25º94.37%83.53%-
XYZ43.1557.569.18-
YUV180.8232.73128.84-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.72%
GREEN value IS 213 (83.59% from 255) = 52.33%
BLUE value IS 12 (5.08% from 255) = 2.95%
R=44.72%
G=52.33%
B=2.95%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal182213120.1500.940.1669.2589.3344.12
HexB6D5CF05E1045592c
Octal266325141701362010513154
Binary101101101101010111001111010111101000010001011011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6D50C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6D50C; }

 p { color: rgb(182,213,12); }

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

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

 a { background-color: rgb(182,213,12); }

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

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

 span { border-color: rgb(182,213,12); }

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