Html Css Color HEX #BADF1C Inch Worm

📋 copy color: '#BADF1C'

red 186 ◦ green 223 ◦ blue 28

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

Shades of Inch Worm #BADF1C

Tints of Inch Worm #BADF1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.41%

R = 42.56%
G = 51.03%
B = 6.41%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#BADF1C (or 0xBADF1C) is known color: Inch Worm. HEX triplet: BA, DF and 1C. RGB value is (186,223,28). Sum of RGB (Red+Green+Blue) = 186+223+28=437 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.56% from 437); Green value is 223 (87.5% from 255 or 51.03% from 437); Blue value is 28 (11.33% from 255 or 6.41% from 437); Max value from RGB is 223 - color contains mainly: green. Hex color #BADF1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BADF1C is #4520E3. Grayscale: #BEBEBE. Windows color (decimal): -4530404 or 1892282. OLE color: 1892282.

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

Color convert

RGB 186 223 28 -
CMYK 0.17 0 0.87 0.13
HSL 71.38º 0.78% 0.49% -
HSV(B) 71.38º 0.87% 0.87% -
XYZ 46.85 63.3 10.85 -
YUV 189.71 36.74 125.36 -
System Red Green Blue C M Y K H S L
Decimal 186 223 28 0.17 0 0.87 0.13 71.38 0.78 0.49
Hex BA DF 1C 11 0 57 D 47 4E 31
Octal 272 337 34 21 0 127 15 107 116 61
Binary 10111010 11011111 11100 10001 0 1010111 1101 1000111 1001110 110001

Color Harmonies of #BADF1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADF1C

Black with #BADF1C

Text Example


Text Example

White with #BADF1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADF1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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