#b7db14

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

Shades of Inch Worm #B7DB14

Tints of Inch Worm #B7DB14

Color information

#B7DB14 (or 0xB7DB14) is unknown color: approx Inch Worm. HEX triplet: B7, DB and 14. RGB value is (183,219,20). Sum of RGB (Red+Green+Blue) = 183+219+20=422 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.36% from 422); Green value is 219 (85.94% from 255 or 51.90% from 422); Blue value is 20 (8.20% from 255 or 4.74% from 422); Max value from RGB is 219 - color contains mainly: green. Hex color #B7DB14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7DB14 is #4824EB. Grayscale: #BABABA. Windows color (decimal): -4728044 or 1366967. OLE color: 1366967.

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

Color convert

RGB18321920-
CMYK0.1600.910.14
HSL70.85º83.26%46.86%-
HSV(B)70.85º90.87%85.88%-
XYZ44.9960.7810.02-
YUV185.5534.57126.18-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.36%
GREEN value IS 219 (85.94% from 255) = 51.90%
BLUE value IS 20 (8.20% from 255) = 4.74%
R=43.36%
G=51.90%
B=4.74%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal183219200.1600.910.1470.8583.2646.86
HexB7DB141005BE47532f
Octal267333242001331610712357
Binary1011011111011011101001000001011011111010001111010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b7db14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b7db14; }

 p { color: rgb(183,219,20); }

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

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

 a { background-color: rgb(183,219,20); }

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

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

 span { border-color: rgb(183,219,20); }

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