Html Css Color HEX #BED907 Inch Worm

📋 copy color: '#BED907'

red 190 ◦ green 217 ◦ blue 7

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

Shades of Inch Worm #BED907

Tints of Inch Worm #BED907

RGB

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

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

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

R = 45.89%
G = 52.42%
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

#BED907 (or 0xBED907) is known color: Inch Worm. HEX triplet: BE, D9 and 07. RGB value is (190,217,7). Sum of RGB (Red+Green+Blue) = 190+217+7=414 (54% of max value = 765). Red value is 190 (74.61% from 255 or 45.89% from 414); Green value is 217 (85.16% from 255 or 52.42% from 414); Blue value is 7 (3.12% from 255 or 1.69% from 414); Max value from RGB is 217 - color contains mainly: green. Hex color #BED907 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BED907 is #4126F8. Grayscale: #B9B9B9. Windows color (decimal): -4269817 or 514494. OLE color: 514494.

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

Color convert

RGB 190 217 7 -
CMYK 0.12 0 0.97 0.15
HSL 67.71º 0.94% 0.44% -
HSV(B) 67.71º 0.97% 0.85% -
XYZ 46.09 60.59 9.47 -
YUV 184.99 27.55 131.58 -
System Red Green Blue C M Y K H S L
Decimal 190 217 7 0.12 0 0.97 0.15 67.71 0.94 0.44
Hex BE D9 7 C 0 61 F 44 5E 2C
Octal 276 331 7 14 0 141 17 104 136 54
Binary 10111110 11011001 111 1100 0 1100001 1111 1000100 1011110 101100

Color Harmonies of #BED907

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED907

Black with #BED907

Text Example


Text Example

White with #BED907

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED907; }

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

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

background-color css

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

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

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

border-color css

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

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

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