Html Css Color HEX #BEDE01 Inch Worm

📋 copy color: '#BEDE01'

red 190 ◦ green 222 ◦ blue 1

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

Shades of Inch Worm #BEDE01

Tints of Inch Worm #BEDE01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.24%

R = 46%
G = 53.75%
B = 0.24%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 1.00

 K value IS 0.13

RGB Variations

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

Color information

#BEDE01 (or 0xBEDE01) is known color: Inch Worm. HEX triplet: BE, DE and 01. RGB value is (190,222,1). Sum of RGB (Red+Green+Blue) = 190+222+1=413 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.00% from 413); Green value is 222 (87.11% from 255 or 53.75% from 413); Blue value is 1 (0.78% from 255 or 0.24% from 413); Max value from RGB is 222 - color contains mainly: green. Hex color #BEDE01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEDE01 is #4121FE. Grayscale: #BCBCBC. Windows color (decimal): -4268543 or 122558. OLE color: 122558.

HSL color Cylindrical-coordinate representation of color #BEDE01: hue angle of 68.69º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BEDE01 is Cyan = 0.14, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.13.

Color convert

RGB 190 222 1 -
CMYK 0.14 0 1.00 0.13
HSL 68.69º 0.99% 0.44% -
HSV(B) 68.69º 1% 0.87% -
XYZ 47.36 63.19 9.73 -
YUV 187.24 22.9 129.97 -
System Red Green Blue C M Y K H S L
Decimal 190 222 1 0.14 0 1.00 0.13 68.69 0.99 0.44
Hex BE DE 1 E 0 64 D 45 63 2C
Octal 276 336 1 16 0 144 15 105 143 54
Binary 10111110 11011110 1 1110 0 1100100 1101 1000101 1100011 101100

Color Harmonies of #BEDE01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDE01

Black with #BEDE01

Text Example


Text Example

White with #BEDE01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDE01; }

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

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

background-color css

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

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

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

border-color css

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

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

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