Html Css Color HEX #BED707 Inch Worm

📋 copy color: '#BED707'

red 190 ◦ green 215 ◦ blue 7

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

Shades of Inch Worm #BED707

Tints of Inch Worm #BED707

RGB

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

 GREEN value IS 215 (84.38% from 255) = 52.18%

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

R = 46.12%
G = 52.18%
B = 1.7%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.97

 K value IS 0.16

RGB Variations

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

Color information

#BED707 (or 0xBED707) is known color: Inch Worm. HEX triplet: BE, D7 and 07. RGB value is (190,215,7). Sum of RGB (Red+Green+Blue) = 190+215+7=412 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.12% from 412); Green value is 215 (84.38% from 255 or 52.18% from 412); Blue value is 7 (3.12% from 255 or 1.70% from 412); Max value from RGB is 215 - color contains mainly: green. Hex color #BED707 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BED707 is #4128F8. Grayscale: #B8B8B8. Windows color (decimal): -4270329 or 513982. OLE color: 513982.

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

Color convert

RGB 190 215 7 -
CMYK 0.12 0 0.97 0.16
HSL 67.21º 0.94% 0.44% -
HSV(B) 67.21º 0.97% 0.84% -
XYZ 45.57 59.56 9.3 -
YUV 183.81 28.22 132.41 -
System Red Green Blue C M Y K H S L
Decimal 190 215 7 0.12 0 0.97 0.16 67.21 0.94 0.44
Hex BE D7 7 C 0 61 10 43 5E 2C
Octal 276 327 7 14 0 141 20 103 136 54
Binary 10111110 11010111 111 1100 0 1100001 10000 1000011 1011110 101100

Color Harmonies of #BED707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED707

Black with #BED707

Text Example


Text Example

White with #BED707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED707; }

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

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

background-color css

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

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

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

border-color css

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

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

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