#BDE016

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

Shades of Inch Worm #BDE016

Tints of Inch Worm #BDE016

Color information

#BDE016 (or 0xBDE016) is unknown color: approx Inch Worm. HEX triplet: BD, E0 and 16. RGB value is (189,224,22). Sum of RGB (Red+Green+Blue) = 189+224+22=435 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.45% from 435); Green value is 224 (87.89% from 255 or 51.49% from 435); Blue value is 22 (8.98% from 255 or 5.06% from 435); Max value from RGB is 224 - color contains mainly: green. Hex color #BDE016 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDE016 is #421FE9. Grayscale: #BFBFBF. Windows color (decimal): -4333546 or 1499325. OLE color: 1499325.

HSL color Cylindrical-coordinate representation of color #BDE016: hue angle of 70.4º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BDE016 is Cyan = 0.16, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.12.

Color convert

RGB18922422-
CMYK0.1600.900.12
HSL70.4º82.11%48.24%-
HSV(B)70.4º90.18%87.84%-
XYZ47.7964.1910.63-
YUV190.5132.9126.93-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.45%
GREEN value IS 224 (87.89% from 255) = 51.49%
BLUE value IS 22 (8.98% from 255) = 5.06%
R=43.45%
G=51.49%
B=5.06%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal189224220.1600.900.1270.482.1148.24
HexBDE0161005AC465230
Octal275340262001321410612260
Binary1011110111100000101101000001011010110010001101010010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE016; }

 p { color: rgb(189,224,22); }

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

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

 a { background-color: rgb(189,224,22); }

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

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

 span { border-color: rgb(189,224,22); }

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