Html Css Color HEX #BAF11C Inch Worm

📋 copy color: '#BAF11C'

red 186 ◦ green 241 ◦ blue 28

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

Shades of Inch Worm #BAF11C

Tints of Inch Worm #BAF11C

RGB

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

 GREEN value IS 241 (94.53% from 255) = 52.97%

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

R = 40.88%
G = 52.97%
B = 6.15%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#BAF11C (or 0xBAF11C) is known color: Inch Worm. HEX triplet: BA, F1 and 1C. RGB value is (186,241,28). Sum of RGB (Red+Green+Blue) = 186+241+28=455 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.88% from 455); Green value is 241 (94.53% from 255 or 52.97% from 455); Blue value is 28 (11.33% from 255 or 6.15% from 455); Max value from RGB is 241 - color contains mainly: green. Hex color #BAF11C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAF11C is #450EE3. Grayscale: #C9C9C9. Windows color (decimal): -4525796 or 1896890. OLE color: 1896890.

HSL color Cylindrical-coordinate representation of color #BAF11C: hue angle of 75.49º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BAF11C is Cyan = 0.23, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.

Color convert

RGB 186 241 28 -
CMYK 0.23 0 0.88 0.05
HSL 75.49º 0.88% 0.53% -
HSV(B) 75.49º 0.88% 0.95% -
XYZ 51.91 73.43 12.54 -
YUV 200.27 30.78 117.82 -
System Red Green Blue C M Y K H S L
Decimal 186 241 28 0.23 0 0.88 0.05 75.49 0.88 0.53
Hex BA F1 1C 17 0 58 5 4B 58 35
Octal 272 361 34 27 0 130 5 113 130 65
Binary 10111010 11110001 11100 10111 0 1011000 101 1001011 1011000 110101

Color Harmonies of #BAF11C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF11C

Black with #BAF11C

Text Example


Text Example

White with #BAF11C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF11C; }

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

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

background-color css

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

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

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

border-color css

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

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

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