Html Css Color HEX #BEDE0B Inch Worm

📋 copy color: '#BEDE0B'

red 190 ◦ green 222 ◦ blue 11

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

Shades of Inch Worm #BEDE0B

Tints of Inch Worm #BEDE0B

RGB

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

 GREEN value IS 222 (87.11% from 255) = 52.48%

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

R = 44.92%
G = 52.48%
B = 2.6%

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

#BEDE0B (or 0xBEDE0B) is known color: Inch Worm. HEX triplet: BE, DE and 0B. RGB value is (190,222,11). Sum of RGB (Red+Green+Blue) = 190+222+11=423 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.92% from 423); Green value is 222 (87.11% from 255 or 52.48% from 423); Blue value is 11 (4.69% from 255 or 2.60% from 423); Max value from RGB is 222 - color contains mainly: green. Hex color #BEDE0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEDE0B is #4121F4. Grayscale: #BDBDBD. Windows color (decimal): -4268533 or 777918. OLE color: 777918.

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

Color convert

RGB 190 222 11 -
CMYK 0.14 0 0.95 0.13
HSL 69.1º 0.91% 0.46% -
HSV(B) 69.1º 0.95% 0.87% -
XYZ 47.42 63.21 10.02 -
YUV 188.38 27.9 129.16 -
System Red Green Blue C M Y K H S L
Decimal 190 222 11 0.14 0 0.95 0.13 69.1 0.91 0.46
Hex BE DE B E 0 5F D 45 5B 2E
Octal 276 336 13 16 0 137 15 105 133 56
Binary 10111110 11011110 1011 1110 0 1011111 1101 1000101 1011011 101110

Color Harmonies of #BEDE0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDE0B

Black with #BEDE0B

Text Example


Text Example

White with #BEDE0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDE0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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