Html Css Color HEX #BEDA0D Inch Worm

📋 copy color: '#BEDA0D'

red 190 ◦ green 218 ◦ blue 13

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

Shades of Inch Worm #BEDA0D

Tints of Inch Worm #BEDA0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.09%

R = 45.13%
G = 51.78%
B = 3.09%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#BEDA0D (or 0xBEDA0D) is known color: Inch Worm. HEX triplet: BE, DA and 0D. RGB value is (190,218,13). Sum of RGB (Red+Green+Blue) = 190+218+13=421 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.13% from 421); Green value is 218 (85.55% from 255 or 51.78% from 421); Blue value is 13 (5.47% from 255 or 3.09% from 421); Max value from RGB is 218 - color contains mainly: green. Hex color #BEDA0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEDA0D is #4125F2. Grayscale: #BBBBBB. Windows color (decimal): -4269555 or 907966. OLE color: 907966.

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

Color convert

RGB 190 218 13 -
CMYK 0.13 0 0.94 0.15
HSL 68.2º 0.89% 0.45% -
HSV(B) 68.2º 0.94% 0.85% -
XYZ 46.38 61.12 9.73 -
YUV 186.26 30.22 130.67 -
System Red Green Blue C M Y K H S L
Decimal 190 218 13 0.13 0 0.94 0.15 68.2 0.89 0.45
Hex BE DA D D 0 5E F 44 59 2D
Octal 276 332 15 15 0 136 17 104 131 55
Binary 10111110 11011010 1101 1101 0 1011110 1111 1000100 1011001 101101

Color Harmonies of #BEDA0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDA0D

Black with #BEDA0D

Text Example


Text Example

White with #BEDA0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDA0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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