Html Css Color HEX #BADB02 Inch Worm

📋 copy color: '#BADB02'

red 186 ◦ green 219 ◦ blue 2

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

Shades of Inch Worm #BADB02

Tints of Inch Worm #BADB02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.49%

R = 45.7%
G = 53.81%
B = 0.49%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#BADB02 (or 0xBADB02) is known color: Inch Worm. HEX triplet: BA, DB and 02. RGB value is (186,219,2). Sum of RGB (Red+Green+Blue) = 186+219+2=407 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.70% from 407); Green value is 219 (85.94% from 255 or 53.81% from 407); Blue value is 2 (1.17% from 255 or 0.49% from 407); Max value from RGB is 219 - color contains mainly: green. Hex color #BADB02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BADB02 is #4524FD. Grayscale: #B9B9B9. Windows color (decimal): -4531454 or 187322. OLE color: 187322.

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

Color convert

RGB 186 219 2 -
CMYK 0.15 0 0.99 0.14
HSL 69.12º 0.98% 0.43% -
HSV(B) 69.12º 0.99% 0.86% -
XYZ 45.59 61.11 9.45 -
YUV 184.4 25.07 129.14 -
System Red Green Blue C M Y K H S L
Decimal 186 219 2 0.15 0 0.99 0.14 69.12 0.98 0.43
Hex BA DB 2 F 0 63 E 45 62 2B
Octal 272 333 2 17 0 143 16 105 142 53
Binary 10111010 11011011 10 1111 0 1100011 1110 1000101 1100010 101011

Color Harmonies of #BADB02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADB02

Black with #BADB02

Text Example


Text Example

White with #BADB02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADB02; }

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

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

background-color css

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

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

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

border-color css

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

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

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