Html Css Color HEX #BAF516 Inch Worm

📋 copy color: '#BAF516'

red 186 ◦ green 245 ◦ blue 22

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

Shades of Inch Worm #BAF516

Tints of Inch Worm #BAF516

RGB

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

 GREEN value IS 245 (96.09% from 255) = 54.08%

 BLUE value IS 22 (8.98% from 255) = 4.86%

R = 41.06%
G = 54.08%
B = 4.86%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.91

 K value IS 0.04

RGB Variations

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

Color information

#BAF516 (or 0xBAF516) is known color: Inch Worm. HEX triplet: BA, F5 and 16. RGB value is (186,245,22). Sum of RGB (Red+Green+Blue) = 186+245+22=453 (60% of max value = 765). Red value is 186 (73.05% from 255 or 41.06% from 453); Green value is 245 (96.09% from 255 or 54.08% from 453); Blue value is 22 (8.98% from 255 or 4.86% from 453); Max value from RGB is 245 - color contains mainly: green. Hex color #BAF516 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAF516 is #450AE9. Grayscale: #CACACA. Windows color (decimal): -4524778 or 1504698. OLE color: 1504698.

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

Color convert

RGB 186 245 22 -
CMYK 0.24 0 0.91 0.04
HSL 75.87º 0.92% 0.52% -
HSV(B) 75.87º 0.91% 0.96% -
XYZ 53.05 75.8 12.59 -
YUV 201.94 26.45 116.63 -
System Red Green Blue C M Y K H S L
Decimal 186 245 22 0.24 0 0.91 0.04 75.87 0.92 0.52
Hex BA F5 16 18 0 5B 4 4C 5C 34
Octal 272 365 26 30 0 133 4 114 134 64
Binary 10111010 11110101 10110 11000 0 1011011 100 1001100 1011100 110100

Color Harmonies of #BAF516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF516

Black with #BAF516

Text Example


Text Example

White with #BAF516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF516; }

 p { color: rgb(186,245,22); }

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

background-color css

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

 a { background-color: rgb(186,245,22); }

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

border-color css

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

 span { border-color: rgb(186,245,22); }

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