Html Css Color HEX #BAF90F Inch Worm

📋 copy color: '#BAF90F'

red 186 ◦ green 249 ◦ blue 15

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

Shades of Inch Worm #BAF90F

Tints of Inch Worm #BAF90F

RGB

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

 GREEN value IS 249 (97.66% from 255) = 55.33%

 BLUE value IS 15 (6.25% from 255) = 3.33%

R = 41.33%
G = 55.33%
B = 3.33%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#BAF90F (or 0xBAF90F) is known color: Inch Worm. HEX triplet: BA, F9 and 0F. RGB value is (186,249,15). Sum of RGB (Red+Green+Blue) = 186+249+15=450 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.33% from 450); Green value is 249 (97.66% from 255 or 55.33% from 450); Blue value is 15 (6.25% from 255 or 3.33% from 450); Max value from RGB is 249 - color contains mainly: green. Hex color #BAF90F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAF90F is #4506F0. Grayscale: #CCCCCC. Windows color (decimal): -4523761 or 1046970. OLE color: 1046970.

HSL color Cylindrical-coordinate representation of color #BAF90F: hue angle of 76.15º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BAF90F is Cyan = 0.25, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.02.

Color convert

RGB 186 249 15 -
CMYK 0.25 0 0.94 0.02
HSL 76.15º 0.95% 0.52% -
HSV(B) 76.15º 0.94% 0.98% -
XYZ 54.21 78.22 12.69 -
YUV 203.49 21.63 115.53 -
System Red Green Blue C M Y K H S L
Decimal 186 249 15 0.25 0 0.94 0.02 76.15 0.95 0.52
Hex BA F9 F 19 0 5E 2 4C 5F 34
Octal 272 371 17 31 0 136 2 114 137 64
Binary 10111010 11111001 1111 11001 0 1011110 10 1001100 1011111 110100

Color Harmonies of #BAF90F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF90F

Black with #BAF90F

Text Example


Text Example

White with #BAF90F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF90F; }

 p { color: rgb(186,249,15); }

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

background-color css

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

 a { background-color: rgb(186,249,15); }

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

border-color css

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

 span { border-color: rgb(186,249,15); }

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