Html Css Color HEX #BADF0C Inch Worm

📋 copy color: '#BADF0C'

red 186 ◦ green 223 ◦ blue 12

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

Shades of Inch Worm #BADF0C

Tints of Inch Worm #BADF0C

RGB

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

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

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

R = 44.18%
G = 52.97%
B = 2.85%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#BADF0C (or 0xBADF0C) is known color: Inch Worm. HEX triplet: BA, DF and 0C. RGB value is (186,223,12). Sum of RGB (Red+Green+Blue) = 186+223+12=421 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.18% from 421); Green value is 223 (87.5% from 255 or 52.97% from 421); Blue value is 12 (5.08% from 255 or 2.85% from 421); Max value from RGB is 223 - color contains mainly: green. Hex color #BADF0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BADF0C is #4520F3. Grayscale: #BCBCBC. Windows color (decimal): -4530420 or 843706. OLE color: 843706.

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

Color convert

RGB 186 223 12 -
CMYK 0.17 0 0.95 0.13
HSL 70.52º 0.9% 0.46% -
HSV(B) 70.52º 0.95% 0.87% -
XYZ 46.7 63.24 10.09 -
YUV 187.88 28.74 126.66 -
System Red Green Blue C M Y K H S L
Decimal 186 223 12 0.17 0 0.95 0.13 70.52 0.9 0.46
Hex BA DF C 11 0 5F D 47 5A 2E
Octal 272 337 14 21 0 137 15 107 132 56
Binary 10111010 11011111 1100 10001 0 1011111 1101 1000111 1011010 101110

Color Harmonies of #BADF0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADF0C

Black with #BADF0C

Text Example


Text Example

White with #BADF0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADF0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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