Html Css Color HEX #BEDD0B Inch Worm

📋 copy color: '#BEDD0B'

red 190 ◦ green 221 ◦ blue 11

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

Shades of Inch Worm #BEDD0B

Tints of Inch Worm #BEDD0B

RGB

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

 GREEN value IS 221 (86.72% from 255) = 52.37%

 BLUE value IS 11 (4.69% from 255) = 2.61%

R = 45.02%
G = 52.37%
B = 2.61%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#BEDD0B (or 0xBEDD0B) is known color: Inch Worm. HEX triplet: BE, DD and 0B. RGB value is (190,221,11). Sum of RGB (Red+Green+Blue) = 190+221+11=422 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.02% from 422); Green value is 221 (86.72% from 255 or 52.37% from 422); Blue value is 11 (4.69% from 255 or 2.61% from 422); Max value from RGB is 221 - color contains mainly: green. Hex color #BEDD0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEDD0B is #4122F4. Grayscale: #BCBCBC. Windows color (decimal): -4268789 or 777662. OLE color: 777662.

HSL color Cylindrical-coordinate representation of color #BEDD0B: hue angle of 68.86º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BEDD0B is Cyan = 0.14, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.13.

Color convert

RGB 190 221 11 -
CMYK 0.14 0 0.95 0.13
HSL 68.86º 0.91% 0.45% -
HSV(B) 68.86º 0.95% 0.87% -
XYZ 47.15 62.68 9.93 -
YUV 187.79 28.23 129.58 -
System Red Green Blue C M Y K H S L
Decimal 190 221 11 0.14 0 0.95 0.13 68.86 0.91 0.45
Hex BE DD B E 0 5F D 45 5B 2D
Octal 276 335 13 16 0 137 15 105 133 55
Binary 10111110 11011101 1011 1110 0 1011111 1101 1000101 1011011 101101

Color Harmonies of #BEDD0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDD0B

Black with #BEDD0B

Text Example


Text Example

White with #BEDD0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDD0B; }

 p { color: rgb(190,221,11); }

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

background-color css

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

 a { background-color: rgb(190,221,11); }

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

border-color css

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

 span { border-color: rgb(190,221,11); }

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