Html Css Color HEX #BADE0C Inch Worm

📋 copy color: '#BADE0C'

red 186 ◦ green 222 ◦ blue 12

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

Shades of Inch Worm #BADE0C

Tints of Inch Worm #BADE0C

RGB

 RED value IS 186 (73.05% from 255) = 44.29%

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

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

R = 44.29%
G = 52.86%
B = 2.86%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#BADE0C (or 0xBADE0C) is known color: Inch Worm. HEX triplet: BA, DE and 0C. RGB value is (186,222,12). Sum of RGB (Red+Green+Blue) = 186+222+12=420 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.29% from 420); Green value is 222 (87.11% from 255 or 52.86% from 420); Blue value is 12 (5.08% from 255 or 2.86% from 420); Max value from RGB is 222 - color contains mainly: green. Hex color #BADE0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BADE0C is #4521F3. Grayscale: #BCBCBC. Windows color (decimal): -4530676 or 843450. OLE color: 843450.

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

Color convert

RGB 186 222 12 -
CMYK 0.16 0 0.95 0.13
HSL 70.29º 0.9% 0.46% -
HSV(B) 70.29º 0.95% 0.87% -
XYZ 46.44 62.71 10 -
YUV 187.3 29.07 127.08 -
System Red Green Blue C M Y K H S L
Decimal 186 222 12 0.16 0 0.95 0.13 70.29 0.9 0.46
Hex BA DE C 10 0 5F D 46 5A 2E
Octal 272 336 14 20 0 137 15 106 132 56
Binary 10111010 11011110 1100 10000 0 1011111 1101 1000110 1011010 101110

Color Harmonies of #BADE0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADE0C

Black with #BADE0C

Text Example


Text Example

White with #BADE0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADE0C; }

 p { color: rgb(186,222,12); }

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

background-color css

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

 a { background-color: rgb(186,222,12); }

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

border-color css

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

 span { border-color: rgb(186,222,12); }

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