#b7db1e

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

Shades of Inch Worm #B7DB1E

Tints of Inch Worm #B7DB1E

Color information

#B7DB1E (or 0xB7DB1E) is unknown color: approx Inch Worm. HEX triplet: B7, DB and 1E. RGB value is (183,219,30). Sum of RGB (Red+Green+Blue) = 183+219+30=432 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.36% from 432); Green value is 219 (85.94% from 255 or 50.69% from 432); Blue value is 30 (12.11% from 255 or 6.94% from 432); Max value from RGB is 219 - color contains mainly: green. Hex color #B7DB1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7DB1E is #4824E1. Grayscale: #BBBBBB. Windows color (decimal): -4728034 or 2022327. OLE color: 2022327.

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

Color convert

RGB18321930-
CMYK0.1600.860.14
HSL71.43º75.9%48.82%-
HSV(B)71.43º86.3%85.88%-
XYZ45.0960.8210.59-
YUV186.6939.57125.37-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.36%
GREEN value IS 219 (85.94% from 255) = 50.69%
BLUE value IS 30 (12.11% from 255) = 6.94%
R=42.36%
G=50.69%
B=6.94%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal183219300.1600.860.1471.4375.948.82
HexB7DB1E10056E474c31
Octal267333362001261610711461
Binary1011011111011011111101000001010110111010001111001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b7db1e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b7db1e; }

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

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

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

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

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

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

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

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