Html Css Color HEX #BADB15 Inch Worm

📋 copy color: '#BADB15'

red 186 ◦ green 219 ◦ blue 21

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

Shades of Inch Worm #BADB15

Tints of Inch Worm #BADB15

RGB

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

 GREEN value IS 219 (85.94% from 255) = 51.41%

 BLUE value IS 21 (8.59% from 255) = 4.93%

R = 43.66%
G = 51.41%
B = 4.93%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#BADB15 (or 0xBADB15) is known color: Inch Worm. HEX triplet: BA, DB and 15. RGB value is (186,219,21). Sum of RGB (Red+Green+Blue) = 186+219+21=426 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.66% from 426); Green value is 219 (85.94% from 255 or 51.41% from 426); Blue value is 21 (8.59% from 255 or 4.93% from 426); Max value from RGB is 219 - color contains mainly: green. Hex color #BADB15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BADB15 is #4524EA. Grayscale: #BBBBBB. Windows color (decimal): -4531435 or 1432506. OLE color: 1432506.

HSL color Cylindrical-coordinate representation of color #BADB15: hue angle of 70º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BADB15 is Cyan = 0.15, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.14.

Color convert

RGB 186 219 21 -
CMYK 0.15 0 0.90 0.14
HSL 70º 0.83% 0.47% -
HSV(B) 70º 0.9% 0.86% -
XYZ 45.72 61.16 10.1 -
YUV 186.56 34.57 127.6 -
System Red Green Blue C M Y K H S L
Decimal 186 219 21 0.15 0 0.90 0.14 70 0.83 0.47
Hex BA DB 15 F 0 5A E 46 52 2F
Octal 272 333 25 17 0 132 16 106 122 57
Binary 10111010 11011011 10101 1111 0 1011010 1110 1000110 1010010 101111

Color Harmonies of #BADB15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADB15

Black with #BADB15

Text Example


Text Example

White with #BADB15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADB15; }

 p { color: rgb(186,219,21); }

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

background-color css

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

 a { background-color: rgb(186,219,21); }

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

border-color css

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

 span { border-color: rgb(186,219,21); }

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