Html Css Color HEX #BEDA14 Inch Worm

📋 copy color: '#BEDA14'

red 190 ◦ green 218 ◦ blue 20

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

Shades of Inch Worm #BEDA14

Tints of Inch Worm #BEDA14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.67%

R = 44.39%
G = 50.93%
B = 4.67%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#BEDA14 (or 0xBEDA14) is known color: Inch Worm. HEX triplet: BE, DA and 14. RGB value is (190,218,20). Sum of RGB (Red+Green+Blue) = 190+218+20=428 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.39% from 428); Green value is 218 (85.55% from 255 or 50.93% from 428); Blue value is 20 (8.20% from 255 or 4.67% from 428); Max value from RGB is 218 - color contains mainly: green. Hex color #BEDA14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEDA14 is #4125EB. Grayscale: #BBBBBB. Windows color (decimal): -4269548 or 1366718. OLE color: 1366718.

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

Color convert

RGB 190 218 20 -
CMYK 0.13 0 0.91 0.15
HSL 68.48º 0.83% 0.47% -
HSV(B) 68.48º 0.91% 0.85% -
XYZ 46.43 61.14 10.02 -
YUV 187.06 33.72 130.1 -
System Red Green Blue C M Y K H S L
Decimal 190 218 20 0.13 0 0.91 0.15 68.48 0.83 0.47
Hex BE DA 14 D 0 5B F 44 53 2F
Octal 276 332 24 15 0 133 17 104 123 57
Binary 10111110 11011010 10100 1101 0 1011011 1111 1000100 1010011 101111

Color Harmonies of #BEDA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDA14

Black with #BEDA14

Text Example


Text Example

White with #BEDA14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDA14; }

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

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

background-color css

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

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

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

border-color css

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

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

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