Html Css Color HEX #BEDD0C Inch Worm

📋 copy color: '#BEDD0C'

red 190 ◦ green 221 ◦ blue 12

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

Shades of Inch Worm #BEDD0C

Tints of Inch Worm #BEDD0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.84%

R = 44.92%
G = 52.25%
B = 2.84%

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

#BEDD0C (or 0xBEDD0C) is known color: Inch Worm. HEX triplet: BE, DD and 0C. RGB value is (190,221,12). Sum of RGB (Red+Green+Blue) = 190+221+12=423 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.92% from 423); Green value is 221 (86.72% from 255 or 52.25% from 423); Blue value is 12 (5.08% from 255 or 2.84% from 423); Max value from RGB is 221 - color contains mainly: green. Hex color #BEDD0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEDD0C is #4122F3. Grayscale: #BCBCBC. Windows color (decimal): -4268788 or 843198. OLE color: 843198.

HSL color Cylindrical-coordinate representation of color #BEDD0C: hue angle of 68.9º degrees, saturation: 0.9, 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 #BEDD0C is Cyan = 0.14, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.13.

Color convert

RGB 190 221 12 -
CMYK 0.14 0 0.95 0.13
HSL 68.9º 0.9% 0.46% -
HSV(B) 68.9º 0.95% 0.87% -
XYZ 47.16 62.69 9.96 -
YUV 187.91 28.73 129.49 -
System Red Green Blue C M Y K H S L
Decimal 190 221 12 0.14 0 0.95 0.13 68.9 0.9 0.46
Hex BE DD C E 0 5F D 45 5A 2E
Octal 276 335 14 16 0 137 15 105 132 56
Binary 10111110 11011101 1100 1110 0 1011111 1101 1000101 1011010 101110

Color Harmonies of #BEDD0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDD0C

Black with #BEDD0C

Text Example


Text Example

White with #BEDD0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDD0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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