Html Css Color HEX #BAD90C Inch Worm

📋 copy color: '#BAD90C'

red 186 ◦ green 217 ◦ blue 12

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

Shades of Inch Worm #BAD90C

Tints of Inch Worm #BAD90C

RGB

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

 GREEN value IS 217 (85.16% from 255) = 52.29%

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

R = 44.82%
G = 52.29%
B = 2.89%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#BAD90C (or 0xBAD90C) is known color: Inch Worm. HEX triplet: BA, D9 and 0C. RGB value is (186,217,12). Sum of RGB (Red+Green+Blue) = 186+217+12=415 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.82% from 415); Green value is 217 (85.16% from 255 or 52.29% from 415); Blue value is 12 (5.08% from 255 or 2.89% from 415); Max value from RGB is 217 - color contains mainly: green. Hex color #BAD90C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAD90C is #4526F3. Grayscale: #B9B9B9. Windows color (decimal): -4531956 or 842170. OLE color: 842170.

HSL color Cylindrical-coordinate representation of color #BAD90C: hue angle of 69.07º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BAD90C is Cyan = 0.14, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 186 217 12 -
CMYK 0.14 0 0.94 0.15
HSL 69.07º 0.9% 0.45% -
HSV(B) 69.07º 0.94% 0.85% -
XYZ 45.13 60.09 9.57 -
YUV 184.36 30.73 129.17 -
System Red Green Blue C M Y K H S L
Decimal 186 217 12 0.14 0 0.94 0.15 69.07 0.9 0.45
Hex BA D9 C E 0 5E F 45 5A 2D
Octal 272 331 14 16 0 136 17 105 132 55
Binary 10111010 11011001 1100 1110 0 1011110 1111 1000101 1011010 101101

Color Harmonies of #BAD90C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD90C

Black with #BAD90C

Text Example


Text Example

White with #BAD90C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD90C; }

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

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

background-color css

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

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

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

border-color css

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

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

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