#BDE217

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

Shades of Inch Worm #BDE217

Tints of Inch Worm #BDE217

Color information

#BDE217 (or 0xBDE217) is unknown color: approx Inch Worm. HEX triplet: BD, E2 and 17. RGB value is (189,226,23). Sum of RGB (Red+Green+Blue) = 189+226+23=438 (58% of max value = 765). Red value is 189 (74.22% from 255 or 43.15% from 438); Green value is 226 (88.67% from 255 or 51.60% from 438); Blue value is 23 (9.38% from 255 or 5.25% from 438); Max value from RGB is 226 - color contains mainly: green. Hex color #BDE217 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDE217 is #421DE8. Grayscale: #C0C0C0. Windows color (decimal): -4333033 or 1565373. OLE color: 1565373.

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

Color convert

RGB18922623-
CMYK0.1600.900.11
HSL70.94º81.53%48.82%-
HSV(B)70.94º89.82%88.63%-
XYZ48.3465.2710.86-
YUV191.832.74126.01-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.15%
GREEN value IS 226 (88.67% from 255) = 51.60%
BLUE value IS 23 (9.38% from 255) = 5.25%
R=43.15%
G=51.60%
B=5.25%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal189226230.1600.900.1170.9481.5348.82
HexBDE2171005AB475231
Octal275342272001321310712261
Binary1011110111100010101111000001011010101110001111010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE217; }

 p { color: rgb(189,226,23); }

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

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

 a { background-color: rgb(189,226,23); }

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

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

 span { border-color: rgb(189,226,23); }

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