Html Css Color HEX #BADB05 Inch Worm

📋 copy color: '#BADB05'

red 186 ◦ green 219 ◦ blue 5

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

Shades of Inch Worm #BADB05

Tints of Inch Worm #BADB05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.22%

R = 45.37%
G = 53.41%
B = 1.22%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#BADB05 (or 0xBADB05) is known color: Inch Worm. HEX triplet: BA, DB and 05. RGB value is (186,219,5). Sum of RGB (Red+Green+Blue) = 186+219+5=410 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.37% from 410); Green value is 219 (85.94% from 255 or 53.41% from 410); Blue value is 5 (2.34% from 255 or 1.22% from 410); Max value from RGB is 219 - color contains mainly: green. Hex color #BADB05 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BADB05 is #4524FA. Grayscale: #B9B9B9. Windows color (decimal): -4531451 or 383930. OLE color: 383930.

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

Color convert

RGB 186 219 5 -
CMYK 0.15 0 0.98 0.14
HSL 69.25º 0.96% 0.44% -
HSV(B) 69.25º 0.98% 0.86% -
XYZ 45.61 61.11 9.54 -
YUV 184.74 26.57 128.9 -
System Red Green Blue C M Y K H S L
Decimal 186 219 5 0.15 0 0.98 0.14 69.25 0.96 0.44
Hex BA DB 5 F 0 62 E 45 60 2C
Octal 272 333 5 17 0 142 16 105 140 54
Binary 10111010 11011011 101 1111 0 1100010 1110 1000101 1100000 101100

Color Harmonies of #BADB05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADB05

Black with #BADB05

Text Example


Text Example

White with #BADB05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADB05; }

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

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

background-color css

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

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

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

border-color css

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

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

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