Html Css Color HEX #BAF212 Inch Worm

📋 copy color: '#BAF212'

red 186 ◦ green 242 ◦ blue 18

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

Shades of Inch Worm #BAF212

Tints of Inch Worm #BAF212

RGB

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

 GREEN value IS 242 (94.92% from 255) = 54.26%

 BLUE value IS 18 (7.42% from 255) = 4.04%

R = 41.7%
G = 54.26%
B = 4.04%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#BAF212 (or 0xBAF212) is known color: Inch Worm. HEX triplet: BA, F2 and 12. RGB value is (186,242,18). Sum of RGB (Red+Green+Blue) = 186+242+18=446 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.70% from 446); Green value is 242 (94.92% from 255 or 54.26% from 446); Blue value is 18 (7.42% from 255 or 4.04% from 446); Max value from RGB is 242 - color contains mainly: green. Hex color #BAF212 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAF212 is #450DED. Grayscale: #C8C8C8. Windows color (decimal): -4525550 or 1241786. OLE color: 1241786.

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

Color convert

RGB 186 242 18 -
CMYK 0.23 0 0.93 0.05
HSL 75º 0.9% 0.51% -
HSV(B) 75º 0.93% 0.95% -
XYZ 52.11 73.99 12.11 -
YUV 199.72 25.45 118.21 -
System Red Green Blue C M Y K H S L
Decimal 186 242 18 0.23 0 0.93 0.05 75 0.9 0.51
Hex BA F2 12 17 0 5D 5 4B 5A 33
Octal 272 362 22 27 0 135 5 113 132 63
Binary 10111010 11110010 10010 10111 0 1011101 101 1001011 1011010 110011

Color Harmonies of #BAF212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF212

Black with #BAF212

Text Example


Text Example

White with #BAF212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF212; }

 p { color: rgb(186,242,18); }

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

background-color css

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

 a { background-color: rgb(186,242,18); }

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

border-color css

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

 span { border-color: rgb(186,242,18); }

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