Html Css Color HEX #BED706 Inch Worm

📋 copy color: '#BED706'

red 190 ◦ green 215 ◦ blue 6

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

Shades of Inch Worm #BED706

Tints of Inch Worm #BED706

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.46%

R = 46.23%
G = 52.31%
B = 1.46%

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

#BED706 (or 0xBED706) is known color: Inch Worm. HEX triplet: BE, D7 and 06. RGB value is (190,215,6). Sum of RGB (Red+Green+Blue) = 190+215+6=411 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.23% from 411); Green value is 215 (84.38% from 255 or 52.31% from 411); Blue value is 6 (2.73% from 255 or 1.46% from 411); Max value from RGB is 215 - color contains mainly: green. Hex color #BED706 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BED706 is #4128F9. Grayscale: #B8B8B8. Windows color (decimal): -4270330 or 448446. OLE color: 448446.

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

Color convert

RGB 190 215 6 -
CMYK 0.12 0 0.97 0.16
HSL 67.18º 0.95% 0.43% -
HSV(B) 67.18º 0.97% 0.84% -
XYZ 45.57 59.56 9.27 -
YUV 183.7 27.72 132.49 -
System Red Green Blue C M Y K H S L
Decimal 190 215 6 0.12 0 0.97 0.16 67.18 0.95 0.43
Hex BE D7 6 C 0 61 10 43 5F 2B
Octal 276 327 6 14 0 141 20 103 137 53
Binary 10111110 11010111 110 1100 0 1100001 10000 1000011 1011111 101011

Color Harmonies of #BED706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED706

Black with #BED706

Text Example


Text Example

White with #BED706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED706; }

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

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

background-color css

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

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

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

border-color css

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

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

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