Html Css Color HEX #BAF50A Inch Worm

📋 copy color: '#BAF50A'

red 186 ◦ green 245 ◦ blue 10

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

Shades of Inch Worm #BAF50A

Tints of Inch Worm #BAF50A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.27%

R = 42.18%
G = 55.56%
B = 2.27%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.96

 K value IS 0.04

RGB Variations

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

Color information

#BAF50A (or 0xBAF50A) is known color: Inch Worm. HEX triplet: BA, F5 and 0A. RGB value is (186,245,10). Sum of RGB (Red+Green+Blue) = 186+245+10=441 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.18% from 441); Green value is 245 (96.09% from 255 or 55.56% from 441); Blue value is 10 (4.30% from 255 or 2.27% from 441); Max value from RGB is 245 - color contains mainly: green. Hex color #BAF50A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAF50A is #450AF5. Grayscale: #C9C9C9. Windows color (decimal): -4524790 or 718266. OLE color: 718266.

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

Color convert

RGB 186 245 10 -
CMYK 0.24 0 0.96 0.04
HSL 75.06º 0.92% 0.5% -
HSV(B) 75.06º 0.96% 0.96% -
XYZ 52.96 75.77 12.12 -
YUV 200.57 20.45 117.61 -
System Red Green Blue C M Y K H S L
Decimal 186 245 10 0.24 0 0.96 0.04 75.06 0.92 0.5
Hex BA F5 A 18 0 60 4 4B 5C 32
Octal 272 365 12 30 0 140 4 113 134 62
Binary 10111010 11110101 1010 11000 0 1100000 100 1001011 1011100 110010

Color Harmonies of #BAF50A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF50A

Black with #BAF50A

Text Example


Text Example

White with #BAF50A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF50A; }

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

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

background-color css

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

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

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

border-color css

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

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

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