Html Css Color HEX #BAF917 Inch Worm

📋 copy color: '#BAF917'

red 186 ◦ green 249 ◦ blue 23

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

Shades of Inch Worm #BAF917

Tints of Inch Worm #BAF917

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 5.02%

R = 40.61%
G = 54.37%
B = 5.02%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.91

 K value IS 0.02

RGB Variations

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

Color information

#BAF917 (or 0xBAF917) is known color: Inch Worm. HEX triplet: BA, F9 and 17. RGB value is (186,249,23). Sum of RGB (Red+Green+Blue) = 186+249+23=458 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.61% from 458); Green value is 249 (97.66% from 255 or 54.37% from 458); Blue value is 23 (9.38% from 255 or 5.02% from 458); Max value from RGB is 249 - color contains mainly: green. Hex color #BAF917 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAF917 is #4506E8. Grayscale: #CDCDCD. Windows color (decimal): -4523753 or 1571258. OLE color: 1571258.

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

Color convert

RGB 186 249 23 -
CMYK 0.25 0 0.91 0.02
HSL 76.73º 0.95% 0.53% -
HSV(B) 76.73º 0.91% 0.98% -
XYZ 54.28 78.25 13.05 -
YUV 204.4 25.63 114.88 -
System Red Green Blue C M Y K H S L
Decimal 186 249 23 0.25 0 0.91 0.02 76.73 0.95 0.53
Hex BA F9 17 19 0 5B 2 4D 5F 35
Octal 272 371 27 31 0 133 2 115 137 65
Binary 10111010 11111001 10111 11001 0 1011011 10 1001101 1011111 110101

Color Harmonies of #BAF917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF917

Black with #BAF917

Text Example


Text Example

White with #BAF917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF917; }

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

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

background-color css

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

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

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

border-color css

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

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

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