Html Css Color HEX #BEDC12 Inch Worm

📋 copy color: '#BEDC12'

red 190 ◦ green 220 ◦ blue 18

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

Shades of Inch Worm #BEDC12

Tints of Inch Worm #BEDC12

RGB

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

 GREEN value IS 220 (86.33% from 255) = 51.4%

 BLUE value IS 18 (7.42% from 255) = 4.21%

R = 44.39%
G = 51.4%
B = 4.21%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#BEDC12 (or 0xBEDC12) is known color: Inch Worm. HEX triplet: BE, DC and 12. RGB value is (190,220,18). Sum of RGB (Red+Green+Blue) = 190+220+18=428 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.39% from 428); Green value is 220 (86.33% from 255 or 51.40% from 428); Blue value is 18 (7.42% from 255 or 4.21% from 428); Max value from RGB is 220 - color contains mainly: green. Hex color #BEDC12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEDC12 is #4123ED. Grayscale: #BCBCBC. Windows color (decimal): -4269038 or 1236158. OLE color: 1236158.

HSL color Cylindrical-coordinate representation of color #BEDC12: hue angle of 68.91º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BEDC12 is Cyan = 0.14, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.14.

Color convert

RGB 190 220 18 -
CMYK 0.14 0 0.92 0.14
HSL 68.91º 0.85% 0.47% -
HSV(B) 68.91º 0.92% 0.86% -
XYZ 46.94 62.18 10.1 -
YUV 188 32.06 129.43 -
System Red Green Blue C M Y K H S L
Decimal 190 220 18 0.14 0 0.92 0.14 68.91 0.85 0.47
Hex BE DC 12 E 0 5C E 45 55 2F
Octal 276 334 22 16 0 134 16 105 125 57
Binary 10111110 11011100 10010 1110 0 1011100 1110 1000101 1010101 101111

Color Harmonies of #BEDC12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDC12

Black with #BEDC12

Text Example


Text Example

White with #BEDC12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDC12; }

 p { color: rgb(190,220,18); }

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

background-color css

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

 a { background-color: rgb(190,220,18); }

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

border-color css

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

 span { border-color: rgb(190,220,18); }

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