Html Css Color HEX #BEDA16 Inch Worm

📋 copy color: '#BEDA16'

red 190 ◦ green 218 ◦ blue 22

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

Shades of Inch Worm #BEDA16

Tints of Inch Worm #BEDA16

RGB

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

 GREEN value IS 218 (85.55% from 255) = 50.7%

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

R = 44.19%
G = 50.7%
B = 5.12%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#BEDA16 (or 0xBEDA16) is known color: Inch Worm. HEX triplet: BE, DA and 16. RGB value is (190,218,22). Sum of RGB (Red+Green+Blue) = 190+218+22=430 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.19% from 430); Green value is 218 (85.55% from 255 or 50.70% from 430); Blue value is 22 (8.98% from 255 or 5.12% from 430); Max value from RGB is 218 - color contains mainly: green. Hex color #BEDA16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEDA16 is #4125E9. Grayscale: #BCBCBC. Windows color (decimal): -4269546 or 1497790. OLE color: 1497790.

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

Color convert

RGB 190 218 22 -
CMYK 0.13 0 0.90 0.15
HSL 68.57º 0.82% 0.47% -
HSV(B) 68.57º 0.9% 0.85% -
XYZ 46.45 61.15 10.11 -
YUV 187.28 34.72 129.94 -
System Red Green Blue C M Y K H S L
Decimal 190 218 22 0.13 0 0.90 0.15 68.57 0.82 0.47
Hex BE DA 16 D 0 5A F 45 52 2F
Octal 276 332 26 15 0 132 17 105 122 57
Binary 10111110 11011010 10110 1101 0 1011010 1111 1000101 1010010 101111

Color Harmonies of #BEDA16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDA16

Black with #BEDA16

Text Example


Text Example

White with #BEDA16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDA16; }

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

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

background-color css

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

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

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

border-color css

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

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

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