#B7D50C

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

Shades of Inch Worm #B7D50C

Tints of Inch Worm #B7D50C

Color information

#B7D50C (or 0xB7D50C) is unknown color: approx Inch Worm. HEX triplet: B7, D5 and 0C. RGB value is (183,213,12). Sum of RGB (Red+Green+Blue) = 183+213+12=408 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.85% from 408); Green value is 213 (83.59% from 255 or 52.21% from 408); Blue value is 12 (5.08% from 255 or 2.94% from 408); Max value from RGB is 213 - color contains mainly: green. Hex color #B7D50C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7D50C is #482AF3. Grayscale: #B5B5B5. Windows color (decimal): -4729588 or 841143. OLE color: 841143.

HSL color Cylindrical-coordinate representation of color #B7D50C: hue angle of 68.96º 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 #B7D50C is Cyan = 0.14, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.

Color convert

RGB18321312-
CMYK0.1400.940.16
HSL68.96º89.33%44.12%-
HSV(B)68.96º94.37%83.53%-
XYZ43.3957.689.19-
YUV181.1232.56129.34-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.85%
GREEN value IS 213 (83.59% from 255) = 52.21%
BLUE value IS 12 (5.08% from 255) = 2.94%
R=44.85%
G=52.21%
B=2.94%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal183213120.1400.940.1668.9689.3344.12
HexB7D5CE05E1045592c
Octal267325141601362010513154
Binary101101111101010111001110010111101000010001011011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7D50C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7D50C; }

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

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

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

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

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

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

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

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