Html Css Color HEX #BED804 Inch Worm

📋 copy color: '#BED804'

red 190 ◦ green 216 ◦ blue 4

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

Shades of Inch Worm #BED804

Tints of Inch Worm #BED804

RGB

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

 GREEN value IS 216 (84.77% from 255) = 52.68%

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

R = 46.34%
G = 52.68%
B = 0.98%

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

#BED804 (or 0xBED804) is known color: Inch Worm. HEX triplet: BE, D8 and 04. RGB value is (190,216,4). Sum of RGB (Red+Green+Blue) = 190+216+4=410 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.34% from 410); Green value is 216 (84.77% from 255 or 52.68% from 410); Blue value is 4 (1.95% from 255 or 0.98% from 410); Max value from RGB is 216 - color contains mainly: green. Hex color #BED804 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BED804 is #4127FB. Grayscale: #B8B8B8. Windows color (decimal): -4270076 or 317630. OLE color: 317630.

HSL color Cylindrical-coordinate representation of color #BED804: hue angle of 67.36º 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 #BED804 is Cyan = 0.12, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.15.

Color convert

RGB 190 216 4 -
CMYK 0.12 0 0.98 0.15
HSL 67.36º 0.96% 0.43% -
HSV(B) 67.36º 0.98% 0.85% -
XYZ 45.81 60.07 9.29 -
YUV 184.06 26.39 132.24 -
System Red Green Blue C M Y K H S L
Decimal 190 216 4 0.12 0 0.98 0.15 67.36 0.96 0.43
Hex BE D8 4 C 0 62 F 43 60 2B
Octal 276 330 4 14 0 142 17 103 140 53
Binary 10111110 11011000 100 1100 0 1100010 1111 1000011 1100000 101011

Color Harmonies of #BED804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED804

Black with #BED804

Text Example


Text Example

White with #BED804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED804; }

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

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

background-color css

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

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

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

border-color css

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

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

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