Html Css Color HEX #BADB17 Inch Worm

📋 copy color: '#BADB17'

red 186 ◦ green 219 ◦ blue 23

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

Shades of Inch Worm #BADB17

Tints of Inch Worm #BADB17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 5.37%

R = 43.46%
G = 51.17%
B = 5.37%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#BADB17 (or 0xBADB17) is known color: Inch Worm. HEX triplet: BA, DB and 17. RGB value is (186,219,23). Sum of RGB (Red+Green+Blue) = 186+219+23=428 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.46% from 428); Green value is 219 (85.94% from 255 or 51.17% from 428); Blue value is 23 (9.38% from 255 or 5.37% from 428); Max value from RGB is 219 - color contains mainly: green. Hex color #BADB17 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BADB17 is #4524E8. Grayscale: #BBBBBB. Windows color (decimal): -4531433 or 1563578. OLE color: 1563578.

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

Color convert

RGB 186 219 23 -
CMYK 0.15 0 0.89 0.14
HSL 70.1º 0.81% 0.47% -
HSV(B) 70.1º 0.89% 0.86% -
XYZ 45.74 61.16 10.21 -
YUV 186.79 35.57 127.44 -
System Red Green Blue C M Y K H S L
Decimal 186 219 23 0.15 0 0.89 0.14 70.1 0.81 0.47
Hex BA DB 17 F 0 59 E 46 51 2F
Octal 272 333 27 17 0 131 16 106 121 57
Binary 10111010 11011011 10111 1111 0 1011001 1110 1000110 1010001 101111

Color Harmonies of #BADB17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADB17

Black with #BADB17

Text Example


Text Example

White with #BADB17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADB17; }

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

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

background-color css

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

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

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

border-color css

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

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

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