Html Css Color HEX #BEDF1C Inch Worm

📋 copy color: '#BEDF1C'

red 190 ◦ green 223 ◦ blue 28

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

Shades of Inch Worm #BEDF1C

Tints of Inch Worm #BEDF1C

RGB

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

 GREEN value IS 223 (87.5% from 255) = 50.57%

 BLUE value IS 28 (11.33% from 255) = 6.35%

R = 43.08%
G = 50.57%
B = 6.35%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#BEDF1C (or 0xBEDF1C) is known color: Inch Worm. HEX triplet: BE, DF and 1C. RGB value is (190,223,28). Sum of RGB (Red+Green+Blue) = 190+223+28=441 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.08% from 441); Green value is 223 (87.5% from 255 or 50.57% from 441); Blue value is 28 (11.33% from 255 or 6.35% from 441); Max value from RGB is 223 - color contains mainly: green. Hex color #BEDF1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEDF1C is #4120E3. Grayscale: #BFBFBF. Windows color (decimal): -4268260 or 1892286. OLE color: 1892286.

HSL color Cylindrical-coordinate representation of color #BEDF1C: hue angle of 70.15º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BEDF1C is Cyan = 0.15, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.13.

Color convert

RGB 190 223 28 -
CMYK 0.15 0 0.87 0.13
HSL 70.15º 0.78% 0.49% -
HSV(B) 70.15º 0.87% 0.87% -
XYZ 47.83 63.81 10.89 -
YUV 190.9 36.07 127.36 -
System Red Green Blue C M Y K H S L
Decimal 190 223 28 0.15 0 0.87 0.13 70.15 0.78 0.49
Hex BE DF 1C F 0 57 D 46 4E 31
Octal 276 337 34 17 0 127 15 106 116 61
Binary 10111110 11011111 11100 1111 0 1010111 1101 1000110 1001110 110001

Color Harmonies of #BEDF1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDF1C

Black with #BEDF1C

Text Example


Text Example

White with #BEDF1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDF1C; }

 p { color: rgb(190,223,28); }

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

background-color css

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

 a { background-color: rgb(190,223,28); }

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

border-color css

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

 span { border-color: rgb(190,223,28); }

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