Html Css Color HEX #BADB01 Inch Worm

📋 copy color: '#BADB01'

red 186 ◦ green 219 ◦ blue 1

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

Shades of Inch Worm #BADB01

Tints of Inch Worm #BADB01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.25%

R = 45.81%
G = 53.94%
B = 0.25%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 1.00

 K value IS 0.14

RGB Variations

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

Color information

#BADB01 (or 0xBADB01) is known color: Inch Worm. HEX triplet: BA, DB and 01. RGB value is (186,219,1). Sum of RGB (Red+Green+Blue) = 186+219+1=406 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.81% from 406); Green value is 219 (85.94% from 255 or 53.94% from 406); Blue value is 1 (0.78% from 255 or 0.25% from 406); Max value from RGB is 219 - color contains mainly: green. Hex color #BADB01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BADB01 is #4524FE. Grayscale: #B9B9B9. Windows color (decimal): -4531455 or 121786. OLE color: 121786.

HSL color Cylindrical-coordinate representation of color #BADB01: hue angle of 69.08º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BADB01 is Cyan = 0.15, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.14.

Color convert

RGB 186 219 1 -
CMYK 0.15 0 1.00 0.14
HSL 69.08º 0.99% 0.43% -
HSV(B) 69.08º 1% 0.86% -
XYZ 45.59 61.1 9.42 -
YUV 184.28 24.57 129.23 -
System Red Green Blue C M Y K H S L
Decimal 186 219 1 0.15 0 1.00 0.14 69.08 0.99 0.43
Hex BA DB 1 F 0 64 E 45 63 2B
Octal 272 333 1 17 0 144 16 105 143 53
Binary 10111010 11011011 1 1111 0 1100100 1110 1000101 1100011 101011

Color Harmonies of #BADB01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADB01

Black with #BADB01

Text Example


Text Example

White with #BADB01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADB01; }

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

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

background-color css

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

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

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

border-color css

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

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

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