Html Css Color HEX #BED802 Inch Worm

📋 copy color: '#BED802'

red 190 ◦ green 216 ◦ blue 2

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

Shades of Inch Worm #BED802

Tints of Inch Worm #BED802

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.49%

R = 46.57%
G = 52.94%
B = 0.49%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.99

 K value IS 0.15

RGB Variations

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

Color information

#BED802 (or 0xBED802) is known color: Inch Worm. HEX triplet: BE, D8 and 02. RGB value is (190,216,2). Sum of RGB (Red+Green+Blue) = 190+216+2=408 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.57% from 408); Green value is 216 (84.77% from 255 or 52.94% from 408); Blue value is 2 (1.17% from 255 or 0.49% from 408); Max value from RGB is 216 - color contains mainly: green. Hex color #BED802 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BED802 is #4127FD. Grayscale: #B8B8B8. Windows color (decimal): -4270078 or 186558. OLE color: 186558.

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

Color convert

RGB 190 216 2 -
CMYK 0.12 0 0.99 0.15
HSL 67.29º 0.98% 0.43% -
HSV(B) 67.29º 0.99% 0.85% -
XYZ 45.8 60.06 9.24 -
YUV 183.83 25.39 132.4 -
System Red Green Blue C M Y K H S L
Decimal 190 216 2 0.12 0 0.99 0.15 67.29 0.98 0.43
Hex BE D8 2 C 0 63 F 43 62 2B
Octal 276 330 2 14 0 143 17 103 142 53
Binary 10111110 11011000 10 1100 0 1100011 1111 1000011 1100010 101011

Color Harmonies of #BED802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED802

Black with #BED802

Text Example


Text Example

White with #BED802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED802; }

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

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

background-color css

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

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

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

border-color css

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

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

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