Html Css Color HEX #BAF611 Inch Worm

📋 copy color: '#BAF611'

red 186 ◦ green 246 ◦ blue 17

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

Shades of Inch Worm #BAF611

Tints of Inch Worm #BAF611

RGB

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

 GREEN value IS 246 (96.48% from 255) = 54.79%

 BLUE value IS 17 (7.03% from 255) = 3.79%

R = 41.43%
G = 54.79%
B = 3.79%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#BAF611 (or 0xBAF611) is known color: Inch Worm. HEX triplet: BA, F6 and 11. RGB value is (186,246,17). Sum of RGB (Red+Green+Blue) = 186+246+17=449 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.43% from 449); Green value is 246 (96.48% from 255 or 54.79% from 449); Blue value is 17 (7.03% from 255 or 3.79% from 449); Max value from RGB is 246 - color contains mainly: green. Hex color #BAF611 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAF611 is #4509EE. Grayscale: #CACACA. Windows color (decimal): -4524527 or 1177274. OLE color: 1177274.

HSL color Cylindrical-coordinate representation of color #BAF611: hue angle of 75.72º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BAF611 is Cyan = 0.24, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.

Color convert

RGB 186 246 17 -
CMYK 0.24 0 0.93 0.04
HSL 75.72º 0.93% 0.52% -
HSV(B) 75.72º 0.93% 0.96% -
XYZ 53.31 76.39 12.47 -
YUV 201.95 23.62 116.62 -
System Red Green Blue C M Y K H S L
Decimal 186 246 17 0.24 0 0.93 0.04 75.72 0.93 0.52
Hex BA F6 11 18 0 5D 4 4C 5D 34
Octal 272 366 21 30 0 135 4 114 135 64
Binary 10111010 11110110 10001 11000 0 1011101 100 1001100 1011101 110100

Color Harmonies of #BAF611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF611

Black with #BAF611

Text Example


Text Example

White with #BAF611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF611; }

 p { color: rgb(186,246,17); }

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

background-color css

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

 a { background-color: rgb(186,246,17); }

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

border-color css

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

 span { border-color: rgb(186,246,17); }

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