Html Css Color HEX #BAF712 Inch Worm

📋 copy color: '#BAF712'

red 186 ◦ green 247 ◦ blue 18

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

Shades of Inch Worm #BAF712

Tints of Inch Worm #BAF712

RGB

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

 GREEN value IS 247 (96.88% from 255) = 54.77%

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

R = 41.24%
G = 54.77%
B = 3.99%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.93

 K value IS 0.03

RGB Variations

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

Color information

#BAF712 (or 0xBAF712) is known color: Inch Worm. HEX triplet: BA, F7 and 12. RGB value is (186,247,18). Sum of RGB (Red+Green+Blue) = 186+247+18=451 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.24% from 451); Green value is 247 (96.88% from 255 or 54.77% from 451); Blue value is 18 (7.42% from 255 or 3.99% from 451); Max value from RGB is 247 - color contains mainly: green. Hex color #BAF712 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAF712 is #4508ED. Grayscale: #CBCBCB. Windows color (decimal): -4524270 or 1243066. OLE color: 1243066.

HSL color Cylindrical-coordinate representation of color #BAF712: hue angle of 75.98º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BAF712 is Cyan = 0.25, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.03.

Color convert

RGB 186 247 18 -
CMYK 0.25 0 0.93 0.03
HSL 75.98º 0.93% 0.52% -
HSV(B) 75.98º 0.93% 0.97% -
XYZ 53.62 77 12.61 -
YUV 202.66 23.79 116.12 -
System Red Green Blue C M Y K H S L
Decimal 186 247 18 0.25 0 0.93 0.03 75.98 0.93 0.52
Hex BA F7 12 19 0 5D 3 4C 5D 34
Octal 272 367 22 31 0 135 3 114 135 64
Binary 10111010 11110111 10010 11001 0 1011101 11 1001100 1011101 110100

Color Harmonies of #BAF712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF712

Black with #BAF712

Text Example


Text Example

White with #BAF712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF712; }

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

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

background-color css

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

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

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

border-color css

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

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

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