Html Css Color HEX #BAF610 Inch Worm

📋 copy color: '#BAF610'

red 186 ◦ green 246 ◦ blue 16

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

Shades of Inch Worm #BAF610

Tints of Inch Worm #BAF610

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.57%

R = 41.52%
G = 54.91%
B = 3.57%

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

#BAF610 (or 0xBAF610) is known color: Inch Worm. HEX triplet: BA, F6 and 10. RGB value is (186,246,16). Sum of RGB (Red+Green+Blue) = 186+246+16=448 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.52% from 448); Green value is 246 (96.48% from 255 or 54.91% from 448); Blue value is 16 (6.64% from 255 or 3.57% from 448); Max value from RGB is 246 - color contains mainly: green. Hex color #BAF610 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAF610 is #4509EF. Grayscale: #CACACA. Windows color (decimal): -4524528 or 1111738. OLE color: 1111738.

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

Color convert

RGB 186 246 16 -
CMYK 0.24 0 0.93 0.04
HSL 75.65º 0.93% 0.51% -
HSV(B) 75.65º 0.93% 0.96% -
XYZ 53.3 76.39 12.43 -
YUV 201.84 23.12 116.7 -
System Red Green Blue C M Y K H S L
Decimal 186 246 16 0.24 0 0.93 0.04 75.65 0.93 0.51
Hex BA F6 10 18 0 5D 4 4C 5D 33
Octal 272 366 20 30 0 135 4 114 135 63
Binary 10111010 11110110 10000 11000 0 1011101 100 1001100 1011101 110011

Color Harmonies of #BAF610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF610

Black with #BAF610

Text Example


Text Example

White with #BAF610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF610; }

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

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

background-color css

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

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

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

border-color css

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

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

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