Html Css Color HEX #BED708 Inch Worm

📋 copy color: '#BED708'

red 190 ◦ green 215 ◦ blue 8

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

Shades of Inch Worm #BED708

Tints of Inch Worm #BED708

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 1.94%

R = 46%
G = 52.06%
B = 1.94%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.96

 K value IS 0.16

RGB Variations

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

Color information

#BED708 (or 0xBED708) is known color: Inch Worm. HEX triplet: BE, D7 and 08. RGB value is (190,215,8). Sum of RGB (Red+Green+Blue) = 190+215+8=413 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.00% from 413); Green value is 215 (84.38% from 255 or 52.06% from 413); Blue value is 8 (3.52% from 255 or 1.94% from 413); Max value from RGB is 215 - color contains mainly: green. Hex color #BED708 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BED708 is #4128F7. Grayscale: #B8B8B8. Windows color (decimal): -4270328 or 579518. OLE color: 579518.

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

Color convert

RGB 190 215 8 -
CMYK 0.12 0 0.96 0.16
HSL 67.25º 0.93% 0.44% -
HSV(B) 67.25º 0.96% 0.84% -
XYZ 45.58 59.57 9.32 -
YUV 183.93 28.72 132.33 -
System Red Green Blue C M Y K H S L
Decimal 190 215 8 0.12 0 0.96 0.16 67.25 0.93 0.44
Hex BE D7 8 C 0 60 10 43 5D 2C
Octal 276 327 10 14 0 140 20 103 135 54
Binary 10111110 11010111 1000 1100 0 1100000 10000 1000011 1011101 101100

Color Harmonies of #BED708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED708

Black with #BED708

Text Example


Text Example

White with #BED708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED708; }

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

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

background-color css

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

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

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

border-color css

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

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

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