Html Css Color HEX #BED807 Inch Worm

📋 copy color: '#BED807'

red 190 ◦ green 216 ◦ blue 7

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

Shades of Inch Worm #BED807

Tints of Inch Worm #BED807

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.69%

R = 46%
G = 52.3%
B = 1.69%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.97

 K value IS 0.15

RGB Variations

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

Color information

#BED807 (or 0xBED807) is known color: Inch Worm. HEX triplet: BE, D8 and 07. RGB value is (190,216,7). Sum of RGB (Red+Green+Blue) = 190+216+7=413 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.00% from 413); Green value is 216 (84.77% from 255 or 52.30% from 413); Blue value is 7 (3.12% from 255 or 1.69% from 413); Max value from RGB is 216 - color contains mainly: green. Hex color #BED807 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BED807 is #4127F8. Grayscale: #B9B9B9. Windows color (decimal): -4270073 or 514238. OLE color: 514238.

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

Color convert

RGB 190 216 7 -
CMYK 0.12 0 0.97 0.15
HSL 67.46º 0.94% 0.44% -
HSV(B) 67.46º 0.97% 0.85% -
XYZ 45.83 60.07 9.38 -
YUV 184.4 27.89 131.99 -
System Red Green Blue C M Y K H S L
Decimal 190 216 7 0.12 0 0.97 0.15 67.46 0.94 0.44
Hex BE D8 7 C 0 61 F 43 5E 2C
Octal 276 330 7 14 0 141 17 103 136 54
Binary 10111110 11011000 111 1100 0 1100001 1111 1000011 1011110 101100

Color Harmonies of #BED807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED807

Black with #BED807

Text Example


Text Example

White with #BED807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED807; }

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

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

background-color css

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

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

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

border-color css

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

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

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