Html Css Color HEX #BEDB0F Inch Worm

📋 copy color: '#BEDB0F'

red 190 ◦ green 219 ◦ blue 15

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

Shades of Inch Worm #BEDB0F

Tints of Inch Worm #BEDB0F

RGB

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

 GREEN value IS 219 (85.94% from 255) = 51.65%

 BLUE value IS 15 (6.25% from 255) = 3.54%

R = 44.81%
G = 51.65%
B = 3.54%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#BEDB0F (or 0xBEDB0F) is known color: Inch Worm. HEX triplet: BE, DB and 0F. RGB value is (190,219,15). Sum of RGB (Red+Green+Blue) = 190+219+15=424 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.81% from 424); Green value is 219 (85.94% from 255 or 51.65% from 424); Blue value is 15 (6.25% from 255 or 3.54% from 424); Max value from RGB is 219 - color contains mainly: green. Hex color #BEDB0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEDB0F is #4124F0. Grayscale: #BBBBBB. Windows color (decimal): -4269297 or 1039294. OLE color: 1039294.

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

Color convert

RGB 190 219 15 -
CMYK 0.13 0 0.93 0.14
HSL 68.53º 0.87% 0.46% -
HSV(B) 68.53º 0.93% 0.86% -
XYZ 46.65 61.64 9.89 -
YUV 187.07 30.89 130.09 -
System Red Green Blue C M Y K H S L
Decimal 190 219 15 0.13 0 0.93 0.14 68.53 0.87 0.46
Hex BE DB F D 0 5D E 45 57 2E
Octal 276 333 17 15 0 135 16 105 127 56
Binary 10111110 11011011 1111 1101 0 1011101 1110 1000101 1010111 101110

Color Harmonies of #BEDB0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDB0F

Black with #BEDB0F

Text Example


Text Example

White with #BEDB0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDB0F; }

 p { color: rgb(190,219,15); }

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

background-color css

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

 a { background-color: rgb(190,219,15); }

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

border-color css

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

 span { border-color: rgb(190,219,15); }

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