Html Css Color HEX #BEDA0C Inch Worm

📋 copy color: '#BEDA0C'

red 190 ◦ green 218 ◦ blue 12

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

Shades of Inch Worm #BEDA0C

Tints of Inch Worm #BEDA0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.86%

R = 45.24%
G = 51.9%
B = 2.86%

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

#BEDA0C (or 0xBEDA0C) is known color: Inch Worm. HEX triplet: BE, DA and 0C. RGB value is (190,218,12). Sum of RGB (Red+Green+Blue) = 190+218+12=420 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.24% from 420); Green value is 218 (85.55% from 255 or 51.90% from 420); Blue value is 12 (5.08% from 255 or 2.86% from 420); Max value from RGB is 218 - color contains mainly: green. Hex color #BEDA0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEDA0C is #4125F3. Grayscale: #BABABA. Windows color (decimal): -4269556 or 842430. OLE color: 842430.

HSL color Cylindrical-coordinate representation of color #BEDA0C: hue angle of 68.16º degrees, saturation: 0.9, 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 #BEDA0C is Cyan = 0.13, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 190 218 12 -
CMYK 0.13 0 0.94 0.15
HSL 68.16º 0.9% 0.45% -
HSV(B) 68.16º 0.94% 0.85% -
XYZ 46.37 61.12 9.7 -
YUV 186.14 29.72 130.75 -
System Red Green Blue C M Y K H S L
Decimal 190 218 12 0.13 0 0.94 0.15 68.16 0.9 0.45
Hex BE DA C D 0 5E F 44 5A 2D
Octal 276 332 14 15 0 136 17 104 132 55
Binary 10111110 11011010 1100 1101 0 1011110 1111 1000100 1011010 101101

Color Harmonies of #BEDA0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDA0C

Black with #BEDA0C

Text Example


Text Example

White with #BEDA0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDA0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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