Html Css Color HEX #BEEA0C Inch Worm

📋 copy color: '#BEEA0C'

red 190 ◦ green 234 ◦ blue 12

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

Shades of Inch Worm #BEEA0C

Tints of Inch Worm #BEEA0C

RGB

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

 GREEN value IS 234 (91.8% from 255) = 53.67%

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

R = 43.58%
G = 53.67%
B = 2.75%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.95

 K value IS 0.08

RGB Variations

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

Color information

#BEEA0C (or 0xBEEA0C) is known color: Inch Worm. HEX triplet: BE, EA and 0C. RGB value is (190,234,12). Sum of RGB (Red+Green+Blue) = 190+234+12=436 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.58% from 436); Green value is 234 (91.80% from 255 or 53.67% from 436); Blue value is 12 (5.08% from 255 or 2.75% from 436); Max value from RGB is 234 - color contains mainly: green. Hex color #BEEA0C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BEEA0C is #4115F3. Grayscale: #C4C4C4. Windows color (decimal): -4265460 or 846526. OLE color: 846526.

HSL color Cylindrical-coordinate representation of color #BEEA0C: hue angle of 71.89º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BEEA0C is Cyan = 0.19, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.08.

Color convert

RGB 190 234 12 -
CMYK 0.19 0 0.95 0.08
HSL 71.89º 0.9% 0.48% -
HSV(B) 71.89º 0.95% 0.92% -
XYZ 50.72 69.82 11.15 -
YUV 195.54 24.42 124.05 -
System Red Green Blue C M Y K H S L
Decimal 190 234 12 0.19 0 0.95 0.08 71.89 0.9 0.48
Hex BE EA C 13 0 5F 8 48 5A 30
Octal 276 352 14 23 0 137 10 110 132 60
Binary 10111110 11101010 1100 10011 0 1011111 1000 1001000 1011010 110000

Color Harmonies of #BEEA0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEEA0C

Black with #BEEA0C

Text Example


Text Example

White with #BEEA0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEEA0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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