Html Css Color HEX #BED912 Inch Worm

📋 copy color: '#BED912'

red 190 ◦ green 217 ◦ blue 18

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

Shades of Inch Worm #BED912

Tints of Inch Worm #BED912

RGB

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

 GREEN value IS 217 (85.16% from 255) = 51.06%

 BLUE value IS 18 (7.42% from 255) = 4.24%

R = 44.71%
G = 51.06%
B = 4.24%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#BED912 (or 0xBED912) is known color: Inch Worm. HEX triplet: BE, D9 and 12. RGB value is (190,217,18). Sum of RGB (Red+Green+Blue) = 190+217+18=425 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.71% from 425); Green value is 217 (85.16% from 255 or 51.06% from 425); Blue value is 18 (7.42% from 255 or 4.24% from 425); Max value from RGB is 217 - color contains mainly: green. Hex color #BED912 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BED912 is #4126ED. Grayscale: #BBBBBB. Windows color (decimal): -4269806 or 1235390. OLE color: 1235390.

HSL color Cylindrical-coordinate representation of color #BED912: hue angle of 68.14º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BED912 is Cyan = 0.12, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.15.

Color convert

RGB 190 217 18 -
CMYK 0.12 0 0.92 0.15
HSL 68.14º 0.85% 0.46% -
HSV(B) 68.14º 0.92% 0.85% -
XYZ 46.16 60.62 9.84 -
YUV 186.24 33.05 130.68 -
System Red Green Blue C M Y K H S L
Decimal 190 217 18 0.12 0 0.92 0.15 68.14 0.85 0.46
Hex BE D9 12 C 0 5C F 44 55 2E
Octal 276 331 22 14 0 134 17 104 125 56
Binary 10111110 11011001 10010 1100 0 1011100 1111 1000100 1010101 101110

Color Harmonies of #BED912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED912

Black with #BED912

Text Example


Text Example

White with #BED912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED912; }

 p { color: rgb(190,217,18); }

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

background-color css

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

 a { background-color: rgb(190,217,18); }

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

border-color css

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

 span { border-color: rgb(190,217,18); }

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