Html Css Color HEX #BEDA04 Inch Worm

📋 copy color: '#BEDA04'

red 190 ◦ green 218 ◦ blue 4

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

Shades of Inch Worm #BEDA04

Tints of Inch Worm #BEDA04

RGB

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

 GREEN value IS 218 (85.55% from 255) = 52.91%

 BLUE value IS 4 (1.95% from 255) = 0.97%

R = 46.12%
G = 52.91%
B = 0.97%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.98

 K value IS 0.15

RGB Variations

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

Color information

#BEDA04 (or 0xBEDA04) is known color: Inch Worm. HEX triplet: BE, DA and 04. RGB value is (190,218,4). Sum of RGB (Red+Green+Blue) = 190+218+4=412 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.12% from 412); Green value is 218 (85.55% from 255 or 52.91% from 412); Blue value is 4 (1.95% from 255 or 0.97% from 412); Max value from RGB is 218 - color contains mainly: green. Hex color #BEDA04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEDA04 is #4125FB. Grayscale: #BABABA. Windows color (decimal): -4269564 or 318142. OLE color: 318142.

HSL color Cylindrical-coordinate representation of color #BEDA04: hue angle of 67.85º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BEDA04 is Cyan = 0.13, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.15.

Color convert

RGB 190 218 4 -
CMYK 0.13 0 0.98 0.15
HSL 67.85º 0.96% 0.44% -
HSV(B) 67.85º 0.98% 0.85% -
XYZ 46.33 61.1 9.47 -
YUV 185.23 25.72 131.4 -
System Red Green Blue C M Y K H S L
Decimal 190 218 4 0.13 0 0.98 0.15 67.85 0.96 0.44
Hex BE DA 4 D 0 62 F 44 60 2C
Octal 276 332 4 15 0 142 17 104 140 54
Binary 10111110 11011010 100 1101 0 1100010 1111 1000100 1100000 101100

Color Harmonies of #BEDA04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDA04

Black with #BEDA04

Text Example


Text Example

White with #BEDA04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDA04; }

 p { color: rgb(190,218,4); }

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

background-color css

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

 a { background-color: rgb(190,218,4); }

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

border-color css

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

 span { border-color: rgb(190,218,4); }

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