Html Css Color HEX #BEDD16 Inch Worm

📋 copy color: '#BEDD16'

red 190 ◦ green 221 ◦ blue 22

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

Shades of Inch Worm #BEDD16

Tints of Inch Worm #BEDD16

RGB

 RED value IS 190 (74.61% from 255) = 43.88%

 GREEN value IS 221 (86.72% from 255) = 51.04%

 BLUE value IS 22 (8.98% from 255) = 5.08%

R = 43.88%
G = 51.04%
B = 5.08%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#BEDD16 (or 0xBEDD16) is known color: Inch Worm. HEX triplet: BE, DD and 16. RGB value is (190,221,22). Sum of RGB (Red+Green+Blue) = 190+221+22=433 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.88% from 433); Green value is 221 (86.72% from 255 or 51.04% from 433); Blue value is 22 (8.98% from 255 or 5.08% from 433); Max value from RGB is 221 - color contains mainly: green. Hex color #BEDD16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEDD16 is #4122E9. Grayscale: #BDBDBD. Windows color (decimal): -4268778 or 1498558. OLE color: 1498558.

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

Color convert

RGB 190 221 22 -
CMYK 0.14 0 0.90 0.13
HSL 69.35º 0.82% 0.48% -
HSV(B) 69.35º 0.9% 0.87% -
XYZ 47.24 62.72 10.38 -
YUV 189.05 33.73 128.68 -
System Red Green Blue C M Y K H S L
Decimal 190 221 22 0.14 0 0.90 0.13 69.35 0.82 0.48
Hex BE DD 16 E 0 5A D 45 52 30
Octal 276 335 26 16 0 132 15 105 122 60
Binary 10111110 11011101 10110 1110 0 1011010 1101 1000101 1010010 110000

Color Harmonies of #BEDD16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDD16

Black with #BEDD16

Text Example


Text Example

White with #BEDD16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDD16; }

 p { color: rgb(190,221,22); }

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

background-color css

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

 a { background-color: rgb(190,221,22); }

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

border-color css

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

 span { border-color: rgb(190,221,22); }

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