Html Css Color HEX #BDE211 Inch Worm

📋 copy color: '#BDE211'

red 189 ◦ green 226 ◦ blue 17

#BDE211
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Inch Worm #BDE211

Tints of Inch Worm #BDE211

RGB

 RED value IS 189 (74.22% from 255) = 43.75%

 GREEN value IS 226 (88.67% from 255) = 52.31%

 BLUE value IS 17 (7.03% from 255) = 3.94%

R = 43.75%
G = 52.31%
B = 3.94%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.92

 K value IS 0.11

RGB Variations

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

Color information

#BDE211 (or 0xBDE211) is known color: Inch Worm. HEX triplet: BD, E2 and 11. RGB value is (189,226,17). Sum of RGB (Red+Green+Blue) = 189+226+17=432 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.75% from 432); Green value is 226 (88.67% from 255 or 52.31% from 432); Blue value is 17 (7.03% from 255 or 3.94% from 432); Max value from RGB is 226 - color contains mainly: green. Hex color #BDE211 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDE211 is #421DEE. Grayscale: #BFBFBF. Windows color (decimal): -4333039 or 1172157. OLE color: 1172157.

HSL color Cylindrical-coordinate representation of color #BDE211: hue angle of 70.62º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BDE211 is Cyan = 0.16, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.11.

Color convert

RGB 189 226 17 -
CMYK 0.16 0 0.92 0.11
HSL 70.62º 0.86% 0.48% -
HSV(B) 70.62º 0.92% 0.89% -
XYZ 48.28 65.25 10.58 -
YUV 191.11 29.74 126.49 -
System Red Green Blue C M Y K H S L
Decimal 189 226 17 0.16 0 0.92 0.11 70.62 0.86 0.48
Hex BD E2 11 10 0 5C B 47 56 30
Octal 275 342 21 20 0 134 13 107 126 60
Binary 10111101 11100010 10001 10000 0 1011100 1011 1000111 1010110 110000

Color Harmonies of #BDE211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE211

Black with #BDE211

Text Example


Text Example

White with #BDE211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE211; }

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

 H1.HeaderClassName
 {
   color: #BDE211;
 }
 .AnyTagClassName
 {
   color: #BDE211;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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