Html Css Color HEX #BEDE0E Inch Worm

📋 copy color: '#BEDE0E'

red 190 ◦ green 222 ◦ blue 14

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

Shades of Inch Worm #BEDE0E

Tints of Inch Worm #BEDE0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.29%

R = 44.6%
G = 52.11%
B = 3.29%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#BEDE0E (or 0xBEDE0E) is known color: Inch Worm. HEX triplet: BE, DE and 0E. RGB value is (190,222,14). Sum of RGB (Red+Green+Blue) = 190+222+14=426 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.60% from 426); Green value is 222 (87.11% from 255 or 52.11% from 426); Blue value is 14 (5.86% from 255 or 3.29% from 426); Max value from RGB is 222 - color contains mainly: green. Hex color #BEDE0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEDE0E is #4121F1. Grayscale: #BDBDBD. Windows color (decimal): -4268530 or 974526. OLE color: 974526.

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

Color convert

RGB 190 222 14 -
CMYK 0.14 0 0.94 0.13
HSL 69.23º 0.88% 0.46% -
HSV(B) 69.23º 0.94% 0.87% -
XYZ 47.44 63.22 10.12 -
YUV 188.72 29.4 128.91 -
System Red Green Blue C M Y K H S L
Decimal 190 222 14 0.14 0 0.94 0.13 69.23 0.88 0.46
Hex BE DE E E 0 5E D 45 58 2E
Octal 276 336 16 16 0 136 15 105 130 56
Binary 10111110 11011110 1110 1110 0 1011110 1101 1000101 1011000 101110

Color Harmonies of #BEDE0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDE0E

Black with #BEDE0E

Text Example


Text Example

White with #BEDE0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDE0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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