Html Css Color HEX #BADF0D Inch Worm

📋 copy color: '#BADF0D'

red 186 ◦ green 223 ◦ blue 13

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

Shades of Inch Worm #BADF0D

Tints of Inch Worm #BADF0D

RGB

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

 GREEN value IS 223 (87.5% from 255) = 52.84%

 BLUE value IS 13 (5.47% from 255) = 3.08%

R = 44.08%
G = 52.84%
B = 3.08%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#BADF0D (or 0xBADF0D) is known color: Inch Worm. HEX triplet: BA, DF and 0D. RGB value is (186,223,13). Sum of RGB (Red+Green+Blue) = 186+223+13=422 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.08% from 422); Green value is 223 (87.5% from 255 or 52.84% from 422); Blue value is 13 (5.47% from 255 or 3.08% from 422); Max value from RGB is 223 - color contains mainly: green. Hex color #BADF0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BADF0D is #4520F2. Grayscale: #BCBCBC. Windows color (decimal): -4530419 or 909242. OLE color: 909242.

HSL color Cylindrical-coordinate representation of color #BADF0D: hue angle of 70.57º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BADF0D is Cyan = 0.17, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 223 13 -
CMYK 0.17 0 0.94 0.13
HSL 70.57º 0.89% 0.46% -
HSV(B) 70.57º 0.94% 0.87% -
XYZ 46.71 63.24 10.13 -
YUV 188 29.24 126.58 -
System Red Green Blue C M Y K H S L
Decimal 186 223 13 0.17 0 0.94 0.13 70.57 0.89 0.46
Hex BA DF D 11 0 5E D 47 59 2E
Octal 272 337 15 21 0 136 15 107 131 56
Binary 10111010 11011111 1101 10001 0 1011110 1101 1000111 1011001 101110

Color Harmonies of #BADF0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADF0D

Black with #BADF0D

Text Example


Text Example

White with #BADF0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADF0D; }

 p { color: rgb(186,223,13); }

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

background-color css

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

 a { background-color: rgb(186,223,13); }

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

border-color css

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

 span { border-color: rgb(186,223,13); }

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