Html Css Color HEX #BED915 Inch Worm

📋 copy color: '#BED915'

red 190 ◦ green 217 ◦ blue 21

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

Shades of Inch Worm #BED915

Tints of Inch Worm #BED915

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.91%

R = 44.39%
G = 50.7%
B = 4.91%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#BED915 (or 0xBED915) is known color: Inch Worm. HEX triplet: BE, D9 and 15. RGB value is (190,217,21). Sum of RGB (Red+Green+Blue) = 190+217+21=428 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.39% from 428); Green value is 217 (85.16% from 255 or 50.70% from 428); Blue value is 21 (8.59% from 255 or 4.91% from 428); Max value from RGB is 217 - color contains mainly: green. Hex color #BED915 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BED915 is #4126EA. Grayscale: #BBBBBB. Windows color (decimal): -4269803 or 1431998. OLE color: 1431998.

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

Color convert

RGB 190 217 21 -
CMYK 0.12 0 0.90 0.15
HSL 68.27º 0.82% 0.47% -
HSV(B) 68.27º 0.9% 0.85% -
XYZ 46.18 60.63 9.98 -
YUV 186.58 34.55 130.44 -
System Red Green Blue C M Y K H S L
Decimal 190 217 21 0.12 0 0.90 0.15 68.27 0.82 0.47
Hex BE D9 15 C 0 5A F 44 52 2F
Octal 276 331 25 14 0 132 17 104 122 57
Binary 10111110 11011001 10101 1100 0 1011010 1111 1000100 1010010 101111

Color Harmonies of #BED915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED915

Black with #BED915

Text Example


Text Example

White with #BED915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED915; }

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

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

background-color css

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

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

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

border-color css

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

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

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