Html Css Color HEX #BADB08 Inch Worm

📋 copy color: '#BADB08'

red 186 ◦ green 219 ◦ blue 8

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

Shades of Inch Worm #BADB08

Tints of Inch Worm #BADB08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 1.94%

R = 45.04%
G = 53.03%
B = 1.94%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#BADB08 (or 0xBADB08) is known color: Inch Worm. HEX triplet: BA, DB and 08. RGB value is (186,219,8). Sum of RGB (Red+Green+Blue) = 186+219+8=413 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.04% from 413); Green value is 219 (85.94% from 255 or 53.03% from 413); Blue value is 8 (3.52% from 255 or 1.94% from 413); Max value from RGB is 219 - color contains mainly: green. Hex color #BADB08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BADB08 is #4524F7. Grayscale: #B9B9B9. Windows color (decimal): -4531448 or 580538. OLE color: 580538.

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

Color convert

RGB 186 219 8 -
CMYK 0.15 0 0.96 0.14
HSL 69.38º 0.93% 0.45% -
HSV(B) 69.38º 0.96% 0.86% -
XYZ 45.63 61.12 9.62 -
YUV 185.08 28.07 128.66 -
System Red Green Blue C M Y K H S L
Decimal 186 219 8 0.15 0 0.96 0.14 69.38 0.93 0.45
Hex BA DB 8 F 0 60 E 45 5D 2D
Octal 272 333 10 17 0 140 16 105 135 55
Binary 10111010 11011011 1000 1111 0 1100000 1110 1000101 1011101 101101

Color Harmonies of #BADB08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADB08

Black with #BADB08

Text Example


Text Example

White with #BADB08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADB08; }

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

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

background-color css

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

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

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

border-color css

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

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

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