Html Css Color HEX #BED904 Inch Worm

📋 copy color: '#BED904'

red 190 ◦ green 217 ◦ blue 4

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

Shades of Inch Worm #BED904

Tints of Inch Worm #BED904

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.97%

R = 46.23%
G = 52.8%
B = 0.97%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.98

 K value IS 0.15

RGB Variations

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

Color information

#BED904 (or 0xBED904) is known color: Inch Worm. HEX triplet: BE, D9 and 04. RGB value is (190,217,4). Sum of RGB (Red+Green+Blue) = 190+217+4=411 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.23% from 411); Green value is 217 (85.16% from 255 or 52.80% from 411); Blue value is 4 (1.95% from 255 or 0.97% from 411); Max value from RGB is 217 - color contains mainly: green. Hex color #BED904 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BED904 is #4126FB. Grayscale: #B9B9B9. Windows color (decimal): -4269820 or 317886. OLE color: 317886.

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

Color convert

RGB 190 217 4 -
CMYK 0.12 0 0.98 0.15
HSL 67.61º 0.96% 0.43% -
HSV(B) 67.61º 0.98% 0.85% -
XYZ 46.07 60.58 9.38 -
YUV 184.65 26.05 131.82 -
System Red Green Blue C M Y K H S L
Decimal 190 217 4 0.12 0 0.98 0.15 67.61 0.96 0.43
Hex BE D9 4 C 0 62 F 44 60 2B
Octal 276 331 4 14 0 142 17 104 140 53
Binary 10111110 11011001 100 1100 0 1100010 1111 1000100 1100000 101011

Color Harmonies of #BED904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED904

Black with #BED904

Text Example


Text Example

White with #BED904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED904; }

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

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

background-color css

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

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

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

border-color css

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

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

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