Html Css Color HEX #BAF713 Inch Worm

📋 copy color: '#BAF713'

red 186 ◦ green 247 ◦ blue 19

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

Shades of Inch Worm #BAF713

Tints of Inch Worm #BAF713

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.2%

R = 41.15%
G = 54.65%
B = 4.2%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.92

 K value IS 0.03

RGB Variations

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

Color information

#BAF713 (or 0xBAF713) is known color: Inch Worm. HEX triplet: BA, F7 and 13. RGB value is (186,247,19). Sum of RGB (Red+Green+Blue) = 186+247+19=452 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.15% from 452); Green value is 247 (96.88% from 255 or 54.65% from 452); Blue value is 19 (7.81% from 255 or 4.20% from 452); Max value from RGB is 247 - color contains mainly: green. Hex color #BAF713 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAF713 is #4508EC. Grayscale: #CBCBCB. Windows color (decimal): -4524269 or 1308602. OLE color: 1308602.

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

Color convert

RGB 186 247 19 -
CMYK 0.25 0 0.92 0.03
HSL 76.05º 0.93% 0.52% -
HSV(B) 76.05º 0.92% 0.97% -
XYZ 53.63 77.01 12.65 -
YUV 202.77 24.29 116.04 -
System Red Green Blue C M Y K H S L
Decimal 186 247 19 0.25 0 0.92 0.03 76.05 0.93 0.52
Hex BA F7 13 19 0 5C 3 4C 5D 34
Octal 272 367 23 31 0 134 3 114 135 64
Binary 10111010 11110111 10011 11001 0 1011100 11 1001100 1011101 110100

Color Harmonies of #BAF713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF713

Black with #BAF713

Text Example


Text Example

White with #BAF713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF713; }

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

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

background-color css

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

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

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

border-color css

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

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

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