Html Css Color HEX #BEDC03 Inch Worm

📋 copy color: '#BEDC03'

red 190 ◦ green 220 ◦ blue 3

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

Shades of Inch Worm #BEDC03

Tints of Inch Worm #BEDC03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.73%

R = 46%
G = 53.27%
B = 0.73%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#BEDC03 (or 0xBEDC03) is known color: Inch Worm. HEX triplet: BE, DC and 03. RGB value is (190,220,3). Sum of RGB (Red+Green+Blue) = 190+220+3=413 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.00% from 413); Green value is 220 (86.33% from 255 or 53.27% from 413); Blue value is 3 (1.56% from 255 or 0.73% from 413); Max value from RGB is 220 - color contains mainly: green. Hex color #BEDC03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEDC03 is #4123FC. Grayscale: #BBBBBB. Windows color (decimal): -4269053 or 253118. OLE color: 253118.

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

Color convert

RGB 190 220 3 -
CMYK 0.14 0 0.99 0.14
HSL 68.29º 0.97% 0.44% -
HSV(B) 68.29º 0.99% 0.86% -
XYZ 46.84 62.14 9.61 -
YUV 186.29 24.56 130.64 -
System Red Green Blue C M Y K H S L
Decimal 190 220 3 0.14 0 0.99 0.14 68.29 0.97 0.44
Hex BE DC 3 E 0 63 E 44 61 2C
Octal 276 334 3 16 0 143 16 104 141 54
Binary 10111110 11011100 11 1110 0 1100011 1110 1000100 1100001 101100

Color Harmonies of #BEDC03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDC03

Black with #BEDC03

Text Example


Text Example

White with #BEDC03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDC03; }

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

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

background-color css

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

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

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

border-color css

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

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

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