Html Css Color HEX #BEDE18 Inch Worm

📋 copy color: '#BEDE18'

red 190 ◦ green 222 ◦ blue 24

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

Shades of Inch Worm #BEDE18

Tints of Inch Worm #BEDE18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.5%

R = 43.58%
G = 50.92%
B = 5.5%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#BEDE18 (or 0xBEDE18) is known color: Inch Worm. HEX triplet: BE, DE and 18. RGB value is (190,222,24). Sum of RGB (Red+Green+Blue) = 190+222+24=436 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.58% from 436); Green value is 222 (87.11% from 255 or 50.92% from 436); Blue value is 24 (9.77% from 255 or 5.50% from 436); Max value from RGB is 222 - color contains mainly: green. Hex color #BEDE18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEDE18 is #4121E7. Grayscale: #BEBEBE. Windows color (decimal): -4268520 or 1629886. OLE color: 1629886.

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

Color convert

RGB 190 222 24 -
CMYK 0.14 0 0.89 0.13
HSL 69.7º 0.8% 0.48% -
HSV(B) 69.7º 0.89% 0.87% -
XYZ 47.52 63.26 10.57 -
YUV 189.86 34.4 128.1 -
System Red Green Blue C M Y K H S L
Decimal 190 222 24 0.14 0 0.89 0.13 69.7 0.8 0.48
Hex BE DE 18 E 0 59 D 46 50 30
Octal 276 336 30 16 0 131 15 106 120 60
Binary 10111110 11011110 11000 1110 0 1011001 1101 1000110 1010000 110000

Color Harmonies of #BEDE18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDE18

Black with #BEDE18

Text Example


Text Example

White with #BEDE18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDE18; }

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

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

background-color css

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

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

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

border-color css

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

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

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