Html Css Color HEX #BEDE16 Inch Worm

📋 copy color: '#BEDE16'

red 190 ◦ green 222 ◦ blue 22

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

Shades of Inch Worm #BEDE16

Tints of Inch Worm #BEDE16

RGB

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

 GREEN value IS 222 (87.11% from 255) = 51.15%

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

R = 43.78%
G = 51.15%
B = 5.07%

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

#BEDE16 (or 0xBEDE16) is known color: Inch Worm. HEX triplet: BE, DE and 16. RGB value is (190,222,22). Sum of RGB (Red+Green+Blue) = 190+222+22=434 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.78% from 434); Green value is 222 (87.11% from 255 or 51.15% from 434); Blue value is 22 (8.98% from 255 or 5.07% from 434); Max value from RGB is 222 - color contains mainly: green. Hex color #BEDE16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEDE16 is #4121E9. Grayscale: #BEBEBE. Windows color (decimal): -4268522 or 1498814. OLE color: 1498814.

HSL color Cylindrical-coordinate representation of color #BEDE16: hue angle of 69.6º 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 #BEDE16 is Cyan = 0.14, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.13.

Color convert

RGB 190 222 22 -
CMYK 0.14 0 0.90 0.13
HSL 69.6º 0.82% 0.48% -
HSV(B) 69.6º 0.9% 0.87% -
XYZ 47.5 63.25 10.46 -
YUV 189.63 33.4 128.26 -
System Red Green Blue C M Y K H S L
Decimal 190 222 22 0.14 0 0.90 0.13 69.6 0.82 0.48
Hex BE DE 16 E 0 5A D 46 52 30
Octal 276 336 26 16 0 132 15 106 122 60
Binary 10111110 11011110 10110 1110 0 1011010 1101 1000110 1010010 110000

Color Harmonies of #BEDE16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDE16

Black with #BEDE16

Text Example


Text Example

White with #BEDE16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDE16; }

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

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

background-color css

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

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

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

border-color css

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

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

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